#36708B

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

Shades of Astral #36708B

Tints of Astral #36708B

Color information

#36708B (or 0x36708B) is unknown color: approx Astral. HEX triplet: 36, 70 and 8B. RGB value is (54,112,139). Sum of RGB (Red+Green+Blue) = 54+112+139=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #36708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36708B is #C98F74. Grayscale: #616161. Windows color (decimal): -13209461 or 9138230. OLE color: 9138230.

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

Color convert

RGB54112139-
CMYK0.610.1900.45
HSL199.06º44.04%37.84%-
HSV(B)199.06º61.15%54.51%-
XYZ11.9814.2426.54-
YUV97.74151.2896.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=17.70%
G=36.72%
B=45.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541121390.610.1900.45199.0644.0437.84
Hex36708B3D1302Dc72c26
Octal6616021375230553075446
Binary11011011100001000101111110110011010110111000111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36708B; }

 p { color: rgb(54,112,139); }

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

<style>
 a { background-color: #36708B; }

 a { background-color: rgb(54,112,139); }

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

<style>
 span { border-color: #36708B; }

 span { border-color: rgb(54,112,139); }

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