Html Css Color HEX #334E58 Atomic

📋 copy color: '#334E58'

red 51 ◦ green 78 ◦ blue 88

#334E58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #334E58

Tints of Atomic #334E58

RGB

 RED value IS 51 (20.31% from 255) = 23.5%

 GREEN value IS 78 (30.86% from 255) = 35.94%

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 23.5%
G = 35.94%
B = 40.55%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#334E58 (or 0x334E58) is known color: Atomic. HEX triplet: 33, 4E and 58. RGB value is (51,78,88). Sum of RGB (Red+Green+Blue) = 51+78+88=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #334E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E58 is #CCB1A7. Grayscale: #474747. Windows color (decimal): -13414824 or 5787187. OLE color: 5787187.

HSL color Cylindrical-coordinate representation of color #334E58: hue angle of 196.22º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334E58 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 78 88 -
CMYK 0.42 0.11 0 0.65
HSL 196.22º 0.27% 0.27% -
HSV(B) 196.22º 0.42% 0.35% -
XYZ 5.85 6.86 10.25 -
YUV 71.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 51 78 88 0.42 0.11 0 0.65 196.22 0.27 0.27
Hex 33 4E 58 2A B 0 41 C4 1B 1B
Octal 63 116 130 52 13 0 101 304 33 33
Binary 110011 1001110 1011000 101010 1011 0 1000001 11000100 11011 11011

Color Harmonies of #334E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E58

Black with #334E58

Text Example


Text Example

White with #334E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334E58; }

 p { color: rgb(51,78,88); }

 H1.HeaderClassName
 {
   color: #334E58;
 }
 .AnyTagClassName
 {
   color: #334E58;
 }
</style>

background-color css

<style>
 a { background-color: #334E58; }

 a { background-color: rgb(51,78,88); }

 div.DivClassName
 {
   background-color: #334E58;
 }
 .BgClassName
 {
   background-color: #334E58;
 }
</style>

border-color css

<style>
 span { border-color: #334E58; }

 span { border-color: rgb(51,78,88); }

 td.TdClassName
 {
   border-color: #334E58;
 }
 .TagClassName
 {
   border-color: #334E58;
 }
</style>