Html Css Color HEX #354E59 Atomic

📋 copy color: '#354E59'

red 53 ◦ green 78 ◦ blue 89

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

Shades of Atomic #354E59

Tints of Atomic #354E59

RGB

 RED value IS 53 (21.09% from 255) = 24.09%

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

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 24.09%
G = 35.45%
B = 40.45%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354E59 (or 0x354E59) is known color: Atomic. HEX triplet: 35, 4E and 59. RGB value is (53,78,89). Sum of RGB (Red+Green+Blue) = 53+78+89=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #354E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E59 is #CAB1A6. Grayscale: #474747. Windows color (decimal): -13283751 or 5852725. OLE color: 5852725.

HSL color Cylindrical-coordinate representation of color #354E59: hue angle of 198.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354E59 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 78 89 -
CMYK 0.40 0.12 0 0.65
HSL 198.33º 0.25% 0.28% -
HSV(B) 198.33º 0.4% 0.35% -
XYZ 6 6.93 10.47 -
YUV 71.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 53 78 89 0.40 0.12 0 0.65 198.33 0.25 0.28
Hex 35 4E 59 28 C 0 41 C6 19 1C
Octal 65 116 131 50 14 0 101 306 31 34
Binary 110101 1001110 1011001 101000 1100 0 1000001 11000110 11001 11100

Color Harmonies of #354E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E59

Black with #354E59

Text Example


Text Example

White with #354E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E59; }

 p { color: rgb(53,78,89); }

 H1.HeaderClassName
 {
   color: #354E59;
 }
 .AnyTagClassName
 {
   color: #354E59;
 }
</style>

background-color css

<style>
 a { background-color: #354E59; }

 a { background-color: rgb(53,78,89); }

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

border-color css

<style>
 span { border-color: #354E59; }

 span { border-color: rgb(53,78,89); }

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