#336A90

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

Shades of Astral #336A90

Tints of Astral #336A90

Color information

#336A90 (or 0x336A90) is unknown color: approx Astral. HEX triplet: 33, 6A and 90. RGB value is (51,106,144). Sum of RGB (Red+Green+Blue) = 51+106+144=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #336A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A90 is #CC956F. Grayscale: #5D5D5D. Windows color (decimal): -13407600 or 9464371. OLE color: 9464371.

HSL color Cylindrical-coordinate representation of color #336A90: hue angle of 204.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336A90 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51106144-
CMYK0.650.2600.44
HSL204.52º47.69%38.24%-
HSV(B)204.52º64.58%56.47%-
XYZ11.5513.0328.29-
YUV93.89156.2897.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=16.94%
G=35.22%
B=47.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511061440.650.2600.44204.5247.6938.24
Hex336A90411A02Ccd3026
Octal63152220101320543156046
Binary110011110101010010000100000111010010110011001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,106,144); }

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

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

 a { background-color: rgb(51,106,144); }

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

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

 span { border-color: rgb(51,106,144); }

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