#364E58

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

Shades of Atomic #364E58

Tints of Atomic #364E58

Color information

#364E58 (or 0x364E58) is unknown color: approx Atomic. HEX triplet: 36, 4E and 58. RGB value is (54,78,88). Sum of RGB (Red+Green+Blue) = 54+78+88=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #364E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E58 is #C9B1A7. Grayscale: #474747. Windows color (decimal): -13218216 or 5787190. OLE color: 5787190.

HSL color Cylindrical-coordinate representation of color #364E58: hue angle of 197.65º 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 #364E58 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547888-
CMYK0.390.1100.65
HSL197.65º23.94%27.84%-
HSV(B)197.65º38.64%34.51%-
XYZ6.016.9410.26-
YUV71.96137.05115.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 88 (34.77% from 255) = 40%
R=24.55%
G=35.45%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5478880.390.1100.65197.6523.9427.84
Hex364E5827B041c6181c
Octal66116130471301013063034
Binary11011010011101011000100111101101000001110001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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