#364855

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

Shades of Atomic #364855

Tints of Atomic #364855

Color information

#364855 (or 0x364855) is unknown color: approx Atomic. HEX triplet: 36, 48 and 55. RGB value is (54,72,85). Sum of RGB (Red+Green+Blue) = 54+72+85=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #364855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364855 is #C9B7AA. Grayscale: #444444. Windows color (decimal): -13219755 or 5589046. OLE color: 5589046.

HSL color Cylindrical-coordinate representation of color #364855: hue angle of 205.16º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364855 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB547285-
CMYK0.360.1500.67
HSL205.16º22.3%27.25%-
HSV(B)205.16º36.47%33.33%-
XYZ5.486.079.48-
YUV68.1137.54117.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=25.59%
G=34.12%
B=40.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5472850.360.1500.67205.1622.327.25
Hex36485524F043cd161b
Octal66110125441701033152633
Binary11011010010001010101100100111101000011110011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364855; }

 p { color: rgb(54,72,85); }

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

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

 a { background-color: rgb(54,72,85); }

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

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

 span { border-color: rgb(54,72,85); }

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