Html Css Color HEX #354956 Atomic

📋 copy color: '#354956'

red 53 ◦ green 73 ◦ blue 86

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

Shades of Atomic #354956

Tints of Atomic #354956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

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

R = 25%
G = 34.43%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354956 (or 0x354956) is known color: Atomic. HEX triplet: 35, 49 and 56. RGB value is (53,73,86). Sum of RGB (Red+Green+Blue) = 53+73+86=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #354956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354956 is #CAB6A9. Grayscale: #444444. Windows color (decimal): -13285034 or 5654837. OLE color: 5654837.

HSL color Cylindrical-coordinate representation of color #354956: hue angle of 203.64º 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 #354956 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 73 86 -
CMYK 0.38 0.15 0 0.66
HSL 203.64º 0.24% 0.27% -
HSV(B) 203.64º 0.38% 0.34% -
XYZ 5.53 6.19 9.71 -
YUV 68.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 53 73 86 0.38 0.15 0 0.66 203.64 0.24 0.27
Hex 35 49 56 26 F 0 42 CC 18 1B
Octal 65 111 126 46 17 0 102 314 30 33
Binary 110101 1001001 1010110 100110 1111 0 1000010 11001100 11000 11011

Color Harmonies of #354956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354956

Black with #354956

Text Example


Text Example

White with #354956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354956; }

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

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

background-color css

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

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

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

border-color css

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

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

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