#337896

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

Shades of Astral #337896

Tints of Astral #337896

Color information

#337896 (or 0x337896) is unknown color: approx Astral. HEX triplet: 33, 78 and 96. RGB value is (51,120,150). Sum of RGB (Red+Green+Blue) = 51+120+150=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #337896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337896 is #CC8769. Grayscale: #666666. Windows color (decimal): -13404010 or 9861171. OLE color: 9861171.

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

Color convert

RGB51120150-
CMYK0.660.2000.41
HSL198.18º49.25%39.41%-
HSV(B)198.18º66%58.82%-
XYZ13.5916.3431.29-
YUV102.79154.6491.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=15.89%
G=37.38%
B=46.73%

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
Decimal511201500.660.2000.41198.1849.2539.41
Hex3378964214029c63127
Octal63170226102240513066147
Binary110011111100010010110100001010100010100111000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337896; }

 p { color: rgb(51,120,150); }

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

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

 a { background-color: rgb(51,120,150); }

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

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

 span { border-color: rgb(51,120,150); }

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