#36688D

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

Shades of Astral #36688D

Tints of Astral #36688D

Color information

#36688D (or 0x36688D) is unknown color: approx Astral. HEX triplet: 36, 68 and 8D. RGB value is (54,104,141). Sum of RGB (Red+Green+Blue) = 54+104+141=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #36688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36688D is #C99772. Grayscale: #5D5D5D. Windows color (decimal): -13211507 or 9267254. OLE color: 9267254.

HSL color Cylindrical-coordinate representation of color #36688D: hue angle of 205.52º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36688D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54104141-
CMYK0.620.2600.45
HSL205.52º44.62%38.24%-
HSV(B)205.52º61.7%55.29%-
XYZ11.2812.6127.04-
YUV93.27154.9499.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=18.06%
G=34.78%
B=47.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541041410.620.2600.45205.5244.6238.24
Hex36688D3E1A02Dce2d26
Octal6615021576320553165546
Binary11011011010001000110111111011010010110111001110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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