#337990

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

Shades of Astral #337990

Tints of Astral #337990

Color information

#337990 (or 0x337990) is unknown color: approx Astral. HEX triplet: 33, 79 and 90. RGB value is (51,121,144). Sum of RGB (Red+Green+Blue) = 51+121+144=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #337990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337990 is #CC866F. Grayscale: #666666. Windows color (decimal): -13403760 or 9468211. OLE color: 9468211.

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

Color convert

RGB51121144-
CMYK0.650.1600.44
HSL194.84º47.69%38.24%-
HSV(B)194.84º64.58%56.47%-
XYZ13.2416.3928.85-
YUV102.69151.3191.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=16.14%
G=38.29%
B=45.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511211440.650.1600.44194.8447.6938.24
Hex337990411002Cc33026
Octal63171220101200543036046
Binary110011111100110010000100000110000010110011000011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337990; }

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

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

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

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

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

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

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

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