#36697B

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

Shades of Astral #36697B

Tints of Astral #36697B

Color information

#36697B (or 0x36697B) is unknown color: approx Astral. HEX triplet: 36, 69 and 7B. RGB value is (54,105,123). Sum of RGB (Red+Green+Blue) = 54+105+123=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #36697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697B is #C99684. Grayscale: #5B5B5B. Windows color (decimal): -13211269 or 8087862. OLE color: 8087862.

HSL color Cylindrical-coordinate representation of color #36697B: hue angle of 195.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36697B is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB54105123-
CMYK0.560.1500.52
HSL195.65º38.98%34.71%-
HSV(B)195.65º56.1%48.24%-
XYZ10.1512.3220.58-
YUV91.8145.6101.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=19.15%
G=37.23%
B=43.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541051230.560.1500.52195.6538.9834.71
Hex36697B38F034c42723
Octal6615117370170643044743
Binary110110110100111110111110001111011010011000100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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