#367389

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

Shades of Astral #367389

Tints of Astral #367389

Color information

#367389 (or 0x367389) is unknown color: approx Astral. HEX triplet: 36, 73 and 89. RGB value is (54,115,137). Sum of RGB (Red+Green+Blue) = 54+115+137=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #367389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367389 is #C98C76. Grayscale: #636363. Windows color (decimal): -13208695 or 9007926. OLE color: 9007926.

HSL color Cylindrical-coordinate representation of color #367389: hue angle of 195.9º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367389 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54115137-
CMYK0.610.1600.46
HSL195.9º43.46%37.45%-
HSV(B)195.9º60.58%53.73%-
XYZ12.1714.8525.89-
YUV99.27149.2995.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=17.65%
G=37.58%
B=44.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541151370.610.1600.46195.943.4637.45
Hex3673893D1002Ec42b25
Octal6616321175200563045345
Binary11011011100111000100111110110000010111011000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367389; }

 p { color: rgb(54,115,137); }

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

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

 a { background-color: rgb(54,115,137); }

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

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

 span { border-color: rgb(54,115,137); }

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