#36687F

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

Shades of Astral #36687F

Tints of Astral #36687F

Color information

#36687F (or 0x36687F) is unknown color: approx Astral. HEX triplet: 36, 68 and 7F. RGB value is (54,104,127). Sum of RGB (Red+Green+Blue) = 54+104+127=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #36687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36687F is #C99780. Grayscale: #5B5B5B. Windows color (decimal): -13211521 or 8349750. OLE color: 8349750.

HSL color Cylindrical-coordinate representation of color #36687F: hue angle of 198.9º 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 #36687F is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54104127-
CMYK0.570.1800.50
HSL198.9º40.33%35.49%-
HSV(B)198.9º57.48%49.8%-
XYZ10.312.2221.89-
YUV91.67147.94101.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 127 (50% from 255) = 44.56%
R=18.95%
G=36.49%
B=44.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541041270.570.1800.50198.940.3335.49
Hex36687F3912032c72823
Octal6615017771220623075043
Binary1101101101000111111111100110010011001011000111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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