#36788C

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

Shades of Astral #36788C

Tints of Astral #36788C

Color information

#36788C (or 0x36788C) is unknown color: approx Astral. HEX triplet: 36, 78 and 8C. RGB value is (54,120,140). Sum of RGB (Red+Green+Blue) = 54+120+140=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #36788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788C is #C98773. Grayscale: #666666. Windows color (decimal): -13207412 or 9205814. OLE color: 9205814.

HSL color Cylindrical-coordinate representation of color #36788C: hue angle of 193.95º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36788C is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54120140-
CMYK0.610.1400.45
HSL193.95º44.33%38.04%-
HSV(B)193.95º61.43%54.9%-
XYZ12.9716.1127.24-
YUV102.55149.1393.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=17.20%
G=38.22%
B=44.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541201400.610.1400.45193.9544.3338.04
Hex36788C3DE02Dc22c26
Octal6617021475160553025446
Binary1101101111000100011001111011110010110111000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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