#367896

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

Shades of Astral #367896

Tints of Astral #367896

Color information

#367896 (or 0x367896) is unknown color: approx Astral. HEX triplet: 36, 78 and 96. RGB value is (54,120,150). Sum of RGB (Red+Green+Blue) = 54+120+150=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #367896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367896 is #C98769. Grayscale: #676767. Windows color (decimal): -13207402 or 9861174. OLE color: 9861174.

HSL color Cylindrical-coordinate representation of color #367896: hue angle of 198.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367896 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54120150-
CMYK0.640.2000.41
HSL198.75º47.06%40%-
HSV(B)198.75º64%58.82%-
XYZ13.7416.4231.3-
YUV103.69154.1392.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=16.67%
G=37.04%
B=46.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541201500.640.2000.41198.7547.0640
Hex3678964014029c72f28
Octal66170226100240513075750
Binary110110111100010010110100000010100010100111000111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367896; }

 p { color: rgb(54,120,150); }

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

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

 a { background-color: rgb(54,120,150); }

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

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

 span { border-color: rgb(54,120,150); }

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