#336F91

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

Shades of Astral #336F91

Tints of Astral #336F91

Color information

#336F91 (or 0x336F91) is unknown color: approx Astral. HEX triplet: 33, 6F and 91. RGB value is (51,111,145). Sum of RGB (Red+Green+Blue) = 51+111+145=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #336F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F91 is #CC906E. Grayscale: #606060. Windows color (decimal): -13406319 or 9531187. OLE color: 9531187.

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

Color convert

RGB51111145-
CMYK0.650.2300.43
HSL201.7º47.96%38.43%-
HSV(B)201.7º64.83%56.86%-
XYZ12.1614.1228.87-
YUV96.94155.1295.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=16.61%
G=36.16%
B=47.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511111450.650.2300.43201.747.9638.43
Hex336F91411702Bca3026
Octal63157221101270533126046
Binary110011110111110010001100000110111010101111001010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F91; }

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

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

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

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

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

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

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

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