#36728D

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

Shades of Astral #36728D

Tints of Astral #36728D

Color information

#36728D (or 0x36728D) is unknown color: approx Astral. HEX triplet: 36, 72 and 8D. RGB value is (54,114,141). Sum of RGB (Red+Green+Blue) = 54+114+141=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #36728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36728D is #C98D72. Grayscale: #626262. Windows color (decimal): -13208947 or 9269814. OLE color: 9269814.

HSL color Cylindrical-coordinate representation of color #36728D: hue angle of 198.62º 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 #36728D is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54114141-
CMYK0.620.1900.45
HSL198.62º44.62%38.24%-
HSV(B)198.62º61.7%55.29%-
XYZ12.3514.7427.39-
YUV99.14151.6295.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=17.48%
G=36.89%
B=45.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541141410.620.1900.45198.6244.6238.24
Hex36728D3E1302Dc72d26
Octal6616221576230553075546
Binary11011011100101000110111111010011010110111000111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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