#36707F

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

Shades of Astral #36707F

Tints of Astral #36707F

Color information

#36707F (or 0x36707F) is unknown color: approx Astral. HEX triplet: 36, 70 and 7F. RGB value is (54,112,127). Sum of RGB (Red+Green+Blue) = 54+112+127=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #36707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36707F is #C98F80. Grayscale: #606060. Windows color (decimal): -13209473 or 8351798. OLE color: 8351798.

HSL color Cylindrical-coordinate representation of color #36707F: hue angle of 192.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36707F is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54112127-
CMYK0.570.1200.50
HSL192.33º40.33%35.49%-
HSV(B)192.33º57.48%49.8%-
XYZ11.1513.922.18-
YUV96.37145.2897.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 127 (50% from 255) = 43.34%
R=18.43%
G=38.23%
B=43.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541121270.570.1200.50192.3340.3335.49
Hex36707F39C032c02823
Octal6616017771140623005043
Binary110110111000011111111110011100011001011000000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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