Html Css Color HEX #354C56 Atomic

📋 copy color: '#354C56'

red 53 ◦ green 76 ◦ blue 86

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

Shades of Atomic #354C56

Tints of Atomic #354C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40%

R = 24.65%
G = 35.35%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354C56 (or 0x354C56) is known color: Atomic. HEX triplet: 35, 4C and 56. RGB value is (53,76,86). Sum of RGB (Red+Green+Blue) = 53+76+86=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #354C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C56 is #CAB3A9. Grayscale: #464646. Windows color (decimal): -13284266 or 5655605. OLE color: 5655605.

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

Color convert

RGB 53 76 86 -
CMYK 0.38 0.12 0 0.66
HSL 198.18º 0.24% 0.27% -
HSV(B) 198.18º 0.38% 0.34% -
XYZ 5.73 6.6 9.78 -
YUV 70.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 53 76 86 0.38 0.12 0 0.66 198.18 0.24 0.27
Hex 35 4C 56 26 C 0 42 C6 18 1B
Octal 65 114 126 46 14 0 102 306 30 33
Binary 110101 1001100 1010110 100110 1100 0 1000010 11000110 11000 11011

Color Harmonies of #354C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C56

Black with #354C56

Text Example


Text Example

White with #354C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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