#36738F

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

Shades of Astral #36738F

Tints of Astral #36738F

Color information

#36738F (or 0x36738F) is unknown color: approx Astral. HEX triplet: 36, 73 and 8F. RGB value is (54,115,143). Sum of RGB (Red+Green+Blue) = 54+115+143=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #36738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36738F is #C98C70. Grayscale: #636363. Windows color (decimal): -13208689 or 9401142. OLE color: 9401142.

HSL color Cylindrical-coordinate representation of color #36738F: hue angle of 198.88º 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 #36738F is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54115143-
CMYK0.620.2000.44
HSL198.88º45.18%38.63%-
HSV(B)198.88º62.24%56.08%-
XYZ12.6115.0328.22-
YUV99.95152.2995.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 143 (56.25% from 255) = 45.83%
R=17.31%
G=36.86%
B=45.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541151430.620.2000.44198.8845.1838.63
Hex36738F3E1402Cc72d27
Octal6616321776240543075547
Binary11011011100111000111111111010100010110011000111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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