Html Css Color HEX #354C59 Atomic

📋 copy color: '#354C59'

red 53 ◦ green 76 ◦ blue 89

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

Shades of Atomic #354C59

Tints of Atomic #354C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 24.31%
G = 34.86%
B = 40.83%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354C59 (or 0x354C59) is known color: Atomic. HEX triplet: 35, 4C and 59. RGB value is (53,76,89). Sum of RGB (Red+Green+Blue) = 53+76+89=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #354C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C59 is #CAB3A6. Grayscale: #464646. Windows color (decimal): -13284263 or 5852213. OLE color: 5852213.

HSL color Cylindrical-coordinate representation of color #354C59: hue angle of 201.67º 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 #354C59 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 76 89 -
CMYK 0.40 0.15 0 0.65
HSL 201.67º 0.25% 0.28% -
HSV(B) 201.67º 0.4% 0.35% -
XYZ 5.86 6.65 10.43 -
YUV 70.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 53 76 89 0.40 0.15 0 0.65 201.67 0.25 0.28
Hex 35 4C 59 28 F 0 41 CA 19 1C
Octal 65 114 131 50 17 0 101 312 31 34
Binary 110101 1001100 1011001 101000 1111 0 1000001 11001010 11001 11100

Color Harmonies of #354C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C59

Black with #354C59

Text Example


Text Example

White with #354C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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