#364E57

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

Shades of Atomic #364E57

Tints of Atomic #364E57

Color information

#364E57 (or 0x364E57) is unknown color: approx Atomic. HEX triplet: 36, 4E and 57. RGB value is (54,78,87). Sum of RGB (Red+Green+Blue) = 54+78+87=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #364E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E57 is #C9B1A8. Grayscale: #474747. Windows color (decimal): -13218217 or 5721654. OLE color: 5721654.

HSL color Cylindrical-coordinate representation of color #364E57: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #364E57 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB547887-
CMYK0.380.1000.66
HSL196.36º23.4%27.65%-
HSV(B)196.36º37.93%34.12%-
XYZ5.976.9210.04-
YUV71.85136.55115.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=24.66%
G=35.62%
B=39.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5478870.380.1000.66196.3623.427.65
Hex364E5726A042c4171c
Octal66116127461201023042734
Binary11011010011101010111100110101001000010110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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