#364E5A

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

Shades of Atomic #364E5A

Tints of Atomic #364E5A

Color information

#364E5A (or 0x364E5A) is unknown color: approx Atomic. HEX triplet: 36, 4E and 5A. RGB value is (54,78,90). Sum of RGB (Red+Green+Blue) = 54+78+90=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #364E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E5A is #C9B1A5. Grayscale: #484848. Windows color (decimal): -13218214 or 5918262. OLE color: 5918262.

HSL color Cylindrical-coordinate representation of color #364E5A: hue angle of 200º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #364E5A is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547890-
CMYK0.400.1300.65
HSL200º25%28.24%-
HSV(B)200º40%35.29%-
XYZ6.096.9710.7-
YUV72.19138.05115.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=24.32%
G=35.14%
B=40.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5478900.400.1300.652002528.24
Hex364E5A28D041c8191c
Octal66116132501501013103134
Binary11011010011101011010101000110101000001110010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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