#364C59

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

Shades of Atomic #364C59

Tints of Atomic #364C59

Color information

#364C59 (or 0x364C59) is unknown color: approx Atomic. HEX triplet: 36, 4C and 59. RGB value is (54,76,89). Sum of RGB (Red+Green+Blue) = 54+76+89=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #364C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C59 is #C9B3A6. Grayscale: #464646. Windows color (decimal): -13218727 or 5852214. OLE color: 5852214.

HSL color Cylindrical-coordinate representation of color #364C59: hue angle of 202.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364C59 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547689-
CMYK0.390.1500.65
HSL202.29º24.48%28.04%-
HSV(B)202.29º39.33%34.9%-
XYZ5.916.6710.43-
YUV70.9138.21115.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=24.66%
G=34.70%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5476890.390.1500.65202.2924.4828.04
Hex364C5927F041ca181c
Octal66114131471701013123034
Binary11011010011001011001100111111101000001110010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C59; }

 p { color: rgb(54,76,89); }

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

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

 a { background-color: rgb(54,76,89); }

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

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

 span { border-color: rgb(54,76,89); }

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