Html Css Color HEX #354A57 Atomic

📋 copy color: '#354A57'

red 53 ◦ green 74 ◦ blue 87

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

Shades of Atomic #354A57

Tints of Atomic #354A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

 BLUE value IS 87 (34.38% from 255) = 40.65%

R = 24.77%
G = 34.58%
B = 40.65%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354A57 (or 0x354A57) is known color: Atomic. HEX triplet: 35, 4A and 57. RGB value is (53,74,87). Sum of RGB (Red+Green+Blue) = 53+74+87=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #354A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A57 is #CAB5A8. Grayscale: #454545. Windows color (decimal): -13284777 or 5720629. OLE color: 5720629.

HSL color Cylindrical-coordinate representation of color #354A57: hue angle of 202.94º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354A57 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 74 87 -
CMYK 0.39 0.15 0 0.66
HSL 202.94º 0.24% 0.27% -
HSV(B) 202.94º 0.39% 0.34% -
XYZ 5.64 6.34 9.94 -
YUV 69.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 53 74 87 0.39 0.15 0 0.66 202.94 0.24 0.27
Hex 35 4A 57 27 F 0 42 CB 18 1B
Octal 65 112 127 47 17 0 102 313 30 33
Binary 110101 1001010 1010111 100111 1111 0 1000010 11001011 11000 11011

Color Harmonies of #354A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A57

Black with #354A57

Text Example


Text Example

White with #354A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,87); }

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

background-color css

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

 a { background-color: rgb(53,74,87); }

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

border-color css

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

 span { border-color: rgb(53,74,87); }

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