#337997

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

Shades of Astral #337997

Tints of Astral #337997

Color information

#337997 (or 0x337997) is unknown color: approx Astral. HEX triplet: 33, 79 and 97. RGB value is (51,121,151). Sum of RGB (Red+Green+Blue) = 51+121+151=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #337997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337997 is #CC8668. Grayscale: #676767. Windows color (decimal): -13403753 or 9926963. OLE color: 9926963.

HSL color Cylindrical-coordinate representation of color #337997: hue angle of 198º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337997 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51121151-
CMYK0.660.2000.41
HSL198º49.5%39.61%-
HSV(B)198º66.23%59.22%-
XYZ13.7916.6131.76-
YUV103.49154.8190.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 151 (59.38% from 255) = 46.75%
R=15.79%
G=37.46%
B=46.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511211510.660.2000.4119849.539.61
Hex3379974214029c63228
Octal63171227102240513066250
Binary110011111100110010111100001010100010100111000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337997; }

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

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

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

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

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

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

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

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