#336891

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

Shades of Astral #336891

Tints of Astral #336891

Color information

#336891 (or 0x336891) is unknown color: approx Astral. HEX triplet: 33, 68 and 91. RGB value is (51,104,145). Sum of RGB (Red+Green+Blue) = 51+104+145=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #336891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336891 is #CC976E. Grayscale: #5C5C5C. Windows color (decimal): -13408111 or 9529395. OLE color: 9529395.

HSL color Cylindrical-coordinate representation of color #336891: hue angle of 206.17º 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 #336891 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51104145-
CMYK0.650.2800.43
HSL206.17º47.96%38.43%-
HSV(B)206.17º64.83%56.86%-
XYZ11.4312.6528.63-
YUV92.83157.4498.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=17%
G=34.67%
B=48.33%

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
Decimal511041450.650.2800.43206.1747.9638.43
Hex336891411C02Bce3026
Octal63150221101340533166046
Binary110011110100010010001100000111100010101111001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336891; }

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

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

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

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

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

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

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

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