#364C58

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

Shades of Atomic #364C58

Tints of Atomic #364C58

Color information

#364C58 (or 0x364C58) is unknown color: approx Atomic. HEX triplet: 36, 4C and 58. RGB value is (54,76,88). Sum of RGB (Red+Green+Blue) = 54+76+88=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #364C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C58 is #C9B3A7. Grayscale: #464646. Windows color (decimal): -13218728 or 5786678. OLE color: 5786678.

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

Color convert

RGB547688-
CMYK0.390.1400.65
HSL201.18º23.94%27.84%-
HSV(B)201.18º38.64%34.51%-
XYZ5.876.6610.21-
YUV70.79137.71116.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=24.77%
G=34.86%
B=40.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5476880.390.1400.65201.1823.9427.84
Hex364C5827E041c9181c
Octal66114130471601013113034
Binary11011010011001011000100111111001000001110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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