#36687D

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

Shades of Astral #36687D

Tints of Astral #36687D

Color information

#36687D (or 0x36687D) is unknown color: approx Astral. HEX triplet: 36, 68 and 7D. RGB value is (54,104,125). Sum of RGB (Red+Green+Blue) = 54+104+125=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #36687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36687D is #C99782. Grayscale: #5B5B5B. Windows color (decimal): -13211523 or 8218678. OLE color: 8218678.

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

Color convert

RGB54104125-
CMYK0.570.1700.51
HSL197.75º39.66%35.1%-
HSV(B)197.75º56.8%49.02%-
XYZ10.1712.1721.21-
YUV91.44146.94101.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=19.08%
G=36.75%
B=44.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541041250.570.1700.51197.7539.6635.1
Hex36687D3911033c62823
Octal6615017571210633065043
Binary1101101101000111110111100110001011001111000110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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