#36688E

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

Shades of Astral #36688E

Tints of Astral #36688E

Color information

#36688E (or 0x36688E) is unknown color: approx Astral. HEX triplet: 36, 68 and 8E. RGB value is (54,104,142). Sum of RGB (Red+Green+Blue) = 54+104+142=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #36688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36688E is #C99771. Grayscale: #5D5D5D. Windows color (decimal): -13211506 or 9332790. OLE color: 9332790.

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

Color convert

RGB54104142-
CMYK0.620.2700.44
HSL205.91º44.9%38.43%-
HSV(B)205.91º61.97%55.69%-
XYZ11.3512.6427.43-
YUV93.38155.4499.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=18%
G=34.67%
B=47.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541041420.620.2700.44205.9144.938.43
Hex36688E3E1B02Cce2d26
Octal6615021676330543165546
Binary11011011010001000111011111011011010110011001110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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