#364952

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

Shades of Atomic #364952

Tints of Atomic #364952

Color information

#364952 (or 0x364952) is unknown color: approx Atomic. HEX triplet: 36, 49 and 52. RGB value is (54,73,82). Sum of RGB (Red+Green+Blue) = 54+73+82=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #364952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364952 is #C9B6AD. Grayscale: #444444. Windows color (decimal): -13219502 or 5392694. OLE color: 5392694.

HSL color Cylindrical-coordinate representation of color #364952: hue angle of 199.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364952 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB547382-
CMYK0.340.1100.68
HSL199.29º20.59%26.67%-
HSV(B)199.29º34.15%32.16%-
XYZ5.436.168.89-
YUV68.34135.71117.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=25.84%
G=34.93%
B=39.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5473820.340.1100.68199.2920.5926.67
Hex36495222B044c7151b
Octal66111122421301043072533
Binary11011010010011010010100010101101000100110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364952; }

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

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

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

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

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

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

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

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