Html Css Color HEX #36494F Atomic

📋 copy color: '#36494F'

red 54 ◦ green 73 ◦ blue 79

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

Shades of Atomic #36494F

Tints of Atomic #36494F

RGB

 RED value IS 54 (21.48% from 255) = 26.21%

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

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 26.21%
G = 35.44%
B = 38.35%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36494F (or 0x36494F) is known color: Atomic. HEX triplet: 36, 49 and 4F. RGB value is (54,73,79). Sum of RGB (Red+Green+Blue) = 54+73+79=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #36494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36494F is #C9B6B0. Grayscale: #434343. Windows color (decimal): -13219505 or 5196086. OLE color: 5196086.

HSL color Cylindrical-coordinate representation of color #36494F: hue angle of 194.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36494F is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 73 79 -
CMYK 0.32 0.08 0 0.69
HSL 194.4º 0.19% 0.26% -
HSV(B) 194.4º 0.32% 0.31% -
XYZ 5.32 6.11 8.3 -
YUV 68 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 54 73 79 0.32 0.08 0 0.69 194.4 0.19 0.26
Hex 36 49 4F 20 8 0 45 C2 13 1A
Octal 66 111 117 40 10 0 105 302 23 32
Binary 110110 1001001 1001111 100000 1000 0 1000101 11000010 10011 11010

Color Harmonies of #36494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36494F

Black with #36494F

Text Example


Text Example

White with #36494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36494F; }

 p { color: rgb(54,73,79); }

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

background-color css

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

 a { background-color: rgb(54,73,79); }

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

border-color css

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

 span { border-color: rgb(54,73,79); }

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