#336991

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

Shades of Astral #336991

Tints of Astral #336991

Color information

#336991 (or 0x336991) is unknown color: approx Astral. HEX triplet: 33, 69 and 91. RGB value is (51,105,145). Sum of RGB (Red+Green+Blue) = 51+105+145=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #336991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336991 is #CC966E. Grayscale: #5D5D5D. Windows color (decimal): -13407855 or 9529651. OLE color: 9529651.

HSL color Cylindrical-coordinate representation of color #336991: hue angle of 205.53º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336991 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51105145-
CMYK0.650.2800.43
HSL205.53º47.96%38.43%-
HSV(B)205.53º64.83%56.86%-
XYZ11.5312.8528.66-
YUV93.41157.1197.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=16.94%
G=34.88%
B=48.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511051450.650.2800.43205.5347.9638.43
Hex336991411C02Bce3026
Octal63151221101340533166046
Binary110011110100110010001100000111100010101111001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336991; }

 p { color: rgb(51,105,145); }

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

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

 a { background-color: rgb(51,105,145); }

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

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

 span { border-color: rgb(51,105,145); }

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