Html Css Color HEX #36474F Atomic

📋 copy color: '#36474F'

red 54 ◦ green 71 ◦ blue 79

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

Shades of Atomic #36474F

Tints of Atomic #36474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

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

R = 26.47%
G = 34.8%
B = 38.73%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36474F (or 0x36474F) is known color: Atomic. HEX triplet: 36, 47 and 4F. RGB value is (54,71,79). Sum of RGB (Red+Green+Blue) = 54+71+79=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #36474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36474F is #C9B8B0. Grayscale: #424242. Windows color (decimal): -13220017 or 5195574. OLE color: 5195574.

HSL color Cylindrical-coordinate representation of color #36474F: hue angle of 199.2º 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 #36474F is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 71 79 -
CMYK 0.32 0.10 0 0.69
HSL 199.2º 0.19% 0.26% -
HSV(B) 199.2º 0.32% 0.31% -
XYZ 5.19 5.86 8.25 -
YUV 66.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 54 71 79 0.32 0.10 0 0.69 199.2 0.19 0.26
Hex 36 47 4F 20 A 0 45 C7 13 1A
Octal 66 107 117 40 12 0 105 307 23 32
Binary 110110 1000111 1001111 100000 1010 0 1000101 11000111 10011 11010

Color Harmonies of #36474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36474F

Black with #36474F

Text Example


Text Example

White with #36474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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