#36707D

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

Shades of Astral #36707D

Tints of Astral #36707D

Color information

#36707D (or 0x36707D) is unknown color: approx Astral. HEX triplet: 36, 70 and 7D. RGB value is (54,112,125). Sum of RGB (Red+Green+Blue) = 54+112+125=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #36707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36707D is #C98F82. Grayscale: #606060. Windows color (decimal): -13209475 or 8220726. OLE color: 8220726.

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

Color convert

RGB54112125-
CMYK0.570.1000.51
HSL190.99º39.66%35.1%-
HSV(B)190.99º56.8%49.02%-
XYZ11.0213.8521.5-
YUV96.14144.2897.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=18.56%
G=38.49%
B=42.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541121250.570.1000.51190.9939.6635.1
Hex36707D39A033bf2823
Octal6616017571120632775043
Binary110110111000011111011110011010011001110111111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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