#36697E

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

Shades of Astral #36697E

Tints of Astral #36697E

Color information

#36697E (or 0x36697E) is unknown color: approx Astral. HEX triplet: 36, 69 and 7E. RGB value is (54,105,126). Sum of RGB (Red+Green+Blue) = 54+105+126=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #36697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697E is #C99681. Grayscale: #5C5C5C. Windows color (decimal): -13211266 or 8284470. OLE color: 8284470.

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

Color convert

RGB54105126-
CMYK0.570.1700.51
HSL197.5º40%35.29%-
HSV(B)197.5º57.14%49.41%-
XYZ10.3412.3921.59-
YUV92.15147.1100.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=18.95%
G=36.84%
B=44.21%

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
Decimal541051260.570.1700.51197.54035.29
Hex36697E3911033c62823
Octal6615117671210633065043
Binary1101101101001111111011100110001011001111000110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36697E; }

 p { color: rgb(54,105,126); }

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

<style>
 a { background-color: #36697E; }

 a { background-color: rgb(54,105,126); }

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

<style>
 span { border-color: #36697E; }

 span { border-color: rgb(54,105,126); }

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