#36788D

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

Shades of Astral #36788D

Tints of Astral #36788D

Color information

#36788D (or 0x36788D) is unknown color: approx Astral. HEX triplet: 36, 78 and 8D. RGB value is (54,120,141). Sum of RGB (Red+Green+Blue) = 54+120+141=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #36788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788D is #C98772. Grayscale: #666666. Windows color (decimal): -13207411 or 9271350. OLE color: 9271350.

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

Color convert

RGB54120141-
CMYK0.620.1500.45
HSL194.48º44.62%38.24%-
HSV(B)194.48º61.7%55.29%-
XYZ13.0516.1427.63-
YUV102.66149.6393.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=17.14%
G=38.10%
B=44.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541201410.620.1500.45194.4844.6238.24
Hex36788D3EF02Dc22d26
Octal6617021576170553025546
Binary1101101111000100011011111101111010110111000010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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