COLOR #348293

HEX: #348293
RGB: (52,130,147)

Color info

#348293 contains mainly green and blue colors. Web safe color of #348293 is #339999 (or #399).

RGB color model

#348293 color RGB value is (52,130,147).

  • red value is 52;
  • green value is 130;
  • blue value is 147.
RGB:
(52,130,147)
(20%,51%,58%)

RGB channels and saturation

R 52 of 255 = 20%
G 130 of 255 = 51%
B 147 of 255 = 58%

52
130
147

R + G + B ~ 43%. #348293 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 130 + 147 = 329 (100%)
R 52 of 329 ~ 15.81%
G 130 of 329 ~ 39.51%
B 147 of 329 ~ 44.68%

%15.81
%39.51
%44.68

CMYK color model

#348293 color CMYK value is (65,12,0,42).

  • cyan value is 64.63%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(65,12,0,42)
C65M12Y0K42 
(65%,12%,0%,42%)
(0.65/0.12/0.00/0.42)	

CMYK percentages

%64.63
%11.56
%0
%42.35

Codes

Color #348293 in popluar color models

348293
RGB52130147
HSL191°47.74%39.02%
HSB/HSV191°64.63%57.65%
CMYK64.63%11.56%0.00%
42.35%

Color #348293 in popluar number systems.

HEX348293
Decimal52130147
Binary1101001000001010010011
Octal64202223

Shades and tints

Shades of #348293

#348293
(52,130,147)
#307786
(48,119,134)
#2C6C79
(44,108,121)
#28616C
(40,97,108)
#24565F
(36,86,95)
#204B52
(32,75,82)
#1C4045
(28,64,69)
#183538
(24,53,56)
#142A2B
(20,42,43)
#101F1E
(16,31,30)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #348293

#348293
(52,130,147)
#468D9C
(70,141,156)
#5898A5
(88,152,165)
#6AA3AE
(106,163,174)
#7CAEB7
(124,174,183)
#8EB9C0
(142,185,192)
#A0C4C9
(160,196,201)
#B2CFD2
(178,207,210)
#C4DADB
(196,218,219)
#D6E5E4
(214,229,228)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348293 color. Also use rgb(52,130,147) instead hex code.

Text Font Color

.myTextColor { color: #348293; }

<p style="color:#348293">This sample text font color is #348293.</p>

This text font color is #348293.


Background Color

.myBgColor { background-color: #348293; }

<div style="background-color:#348293">Inner text</div>

This div background color is #348293.


Border color

.myBorderColor { border: 1px solid #348293; }

<div style="border:3px solid #348293">Div</div>

This div border color is #348293.


Opacity

.myOpacity80 { color: #348293; opacity: 0.8; }

<p style="color:#348293;opacity:0.8;">80%</p>

Text with #348293 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #348293;}

<p style="text-shadow: 3px 3px 1px #348293">Text here.</p>

This text has shadow with #348293 color.

.textShadow {text-shadow: 3px 3px 1px #348293, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #348293, 5px 5px 20px red">Text here.</p>

This text has shadow with #348293 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#348293, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#348293, Direction=45, Strength=4)">Text</p>

This text has shadow with #348293 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #348293;
  -webkit-box-shadow:	1px 1px 3px 2px #348293;
  box-shadow:		1px 1px 3px 2px #348293;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #348293;
-webkit-box-shadow: 1px 1px 3px 2px #348293;
box-shadow:1px 1px 3px 2px #348293;">
Div content here</div>
This div box has shadow with color #348293.

Preview

Color preview on black background

This text has color #348293 on black background.


Color preview on white background

This text has color #348293 on white background.



Black color preview on #348293 background

This text has black color on #348293 background.


White color preview on #348293 background

This text has white color on #348293 background.