#36788E

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

Shades of Astral #36788E

Tints of Astral #36788E

Color information

#36788E (or 0x36788E) is unknown color: approx Astral. HEX triplet: 36, 78 and 8E. RGB value is (54,120,142). Sum of RGB (Red+Green+Blue) = 54+120+142=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #36788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788E is #C98771. Grayscale: #666666. Windows color (decimal): -13207410 or 9336886. OLE color: 9336886.

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

Color convert

RGB54120142-
CMYK0.620.1500.44
HSL195º44.9%38.43%-
HSV(B)195º61.97%55.69%-
XYZ13.1216.1728.02-
YUV102.77150.1393.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=17.09%
G=37.97%
B=44.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541201420.620.1500.4419544.938.43
Hex36788E3EF02Cc32d26
Octal6617021676170543035546
Binary1101101111000100011101111101111010110011000011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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