#36788F

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

Shades of Astral #36788F

Tints of Astral #36788F

Color information

#36788F (or 0x36788F) is unknown color: approx Astral. HEX triplet: 36, 78 and 8F. RGB value is (54,120,143). Sum of RGB (Red+Green+Blue) = 54+120+143=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #36788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788F is #C98770. Grayscale: #666666. Windows color (decimal): -13207409 or 9402422. OLE color: 9402422.

HSL color Cylindrical-coordinate representation of color #36788F: hue angle of 195.51º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36788F is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54120143-
CMYK0.620.1600.44
HSL195.51º45.18%38.63%-
HSV(B)195.51º62.24%56.08%-
XYZ13.216.228.42-
YUV102.89150.6393.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=17.03%
G=37.85%
B=45.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541201430.620.1600.44195.5145.1838.63
Hex36788F3E1002Cc42d27
Octal6617021776200543045547
Binary11011011110001000111111111010000010110011000100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36788F; }

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

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

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

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

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

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

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

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