#364B58

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

Shades of Atomic #364B58

Tints of Atomic #364B58

Color information

#364B58 (or 0x364B58) is unknown color: approx Atomic. HEX triplet: 36, 4B and 58. RGB value is (54,75,88). Sum of RGB (Red+Green+Blue) = 54+75+88=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #364B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B58 is #C9B4A7. Grayscale: #464646. Windows color (decimal): -13218984 or 5786422. OLE color: 5786422.

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

Color convert

RGB547588-
CMYK0.390.1500.65
HSL202.94º23.94%27.84%-
HSV(B)202.94º38.64%34.51%-
XYZ5.86.5210.19-
YUV70.2138.04116.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=24.88%
G=34.56%
B=40.55%

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
Decimal5475880.390.1500.65202.9423.9427.84
Hex364B5827F041cb181c
Octal66113130471701013133034
Binary11011010010111011000100111111101000001110010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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