#36697D

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

Shades of Astral #36697D

Tints of Astral #36697D

Color information

#36697D (or 0x36697D) is unknown color: approx Astral. HEX triplet: 36, 69 and 7D. RGB value is (54,105,125). Sum of RGB (Red+Green+Blue) = 54+105+125=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #36697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36697D is #C99682. Grayscale: #5B5B5B. Windows color (decimal): -13211267 or 8218934. OLE color: 8218934.

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

Color convert

RGB54105125-
CMYK0.570.1600.51
HSL196.9º39.66%35.1%-
HSV(B)196.9º56.8%49.02%-
XYZ10.2712.3721.25-
YUV92.03146.6100.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=19.01%
G=36.97%
B=44.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541051250.570.1600.51196.939.6635.1
Hex36697D3910033c52823
Octal6615117571200633055043
Binary1101101101001111110111100110000011001111000101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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