#36484E

Color #36484E Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #36484E

Tints of Atomic #36484E

Color information

#36484E (or 0x36484E) is unknown color: approx Atomic. HEX triplet: 36, 48 and 4E. RGB value is (54,72,78). Sum of RGB (Red+Green+Blue) = 54+72+78=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #36484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36484E is #C9B7B1. Grayscale: #434343. Windows color (decimal): -13219762 or 5130294. OLE color: 5130294.

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

Color convert

RGB547278-
CMYK0.310.0800.69
HSL195º18.18%25.88%-
HSV(B)195º30.77%30.59%-
XYZ5.215.978.09-
YUV67.3134.04118.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5472780.310.0800.6919518.1825.88
Hex36484E1F8045c3121a
Octal66110116371001053032232
Binary1101101001000100111011111100001000101110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36484E; }

 p { color: rgb(54,72,78); }

 H1.HeaderClassName
 {
   color: #36484E;
 }
 .AnyTagClassName
 {
   color: #36484E;
 }
</style>
background-color css

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

 a { background-color: rgb(54,72,78); }

 div.DivClassName
 {
   background-color: #36484E;
 }
 .BgClassName
 {
   background-color: #36484E;
 }
</style>
border-color css

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

 span { border-color: rgb(54,72,78); }

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