Html Css Color HEX #354856 Atomic

📋 copy color: '#354856'

red 53 ◦ green 72 ◦ blue 86

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

Shades of Atomic #354856

Tints of Atomic #354856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 25.12%
G = 34.12%
B = 40.76%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354856 (or 0x354856) is known color: Atomic. HEX triplet: 35, 48 and 56. RGB value is (53,72,86). Sum of RGB (Red+Green+Blue) = 53+72+86=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #354856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354856 is #CAB7A9. Grayscale: #434343. Windows color (decimal): -13285290 or 5654581. OLE color: 5654581.

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

Color convert

RGB 53 72 86 -
CMYK 0.38 0.16 0 0.66
HSL 205.45º 0.24% 0.27% -
HSV(B) 205.45º 0.38% 0.34% -
XYZ 5.47 6.06 9.69 -
YUV 67.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 53 72 86 0.38 0.16 0 0.66 205.45 0.24 0.27
Hex 35 48 56 26 10 0 42 CD 18 1B
Octal 65 110 126 46 20 0 102 315 30 33
Binary 110101 1001000 1010110 100110 10000 0 1000010 11001101 11000 11011

Color Harmonies of #354856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354856

Black with #354856

Text Example


Text Example

White with #354856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354856; }

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

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

background-color css

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

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

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

border-color css

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

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

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