#367891

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

Shades of Astral #367891

Tints of Astral #367891

Color information

#367891 (or 0x367891) is unknown color: approx Astral. HEX triplet: 36, 78 and 91. RGB value is (54,120,145). Sum of RGB (Red+Green+Blue) = 54+120+145=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #367891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367891 is #C9876E. Grayscale: #666666. Windows color (decimal): -13207407 or 9533494. OLE color: 9533494.

HSL color Cylindrical-coordinate representation of color #367891: hue angle of 196.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367891 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54120145-
CMYK0.630.1700.43
HSL196.48º45.73%39.02%-
HSV(B)196.48º62.76%56.86%-
XYZ13.3516.2629.22-
YUV103.12151.6392.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=16.93%
G=37.62%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541201450.630.1700.43196.4845.7339.02
Hex3678913F1102Bc42e27
Octal6617022177210533045647
Binary11011011110001001000111111110001010101111000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367891; }

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

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

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

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

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

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

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

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