#337496

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

Shades of Astral #337496

Tints of Astral #337496

Color information

#337496 (or 0x337496) is unknown color: approx Astral. HEX triplet: 33, 74 and 96. RGB value is (51,116,150). Sum of RGB (Red+Green+Blue) = 51+116+150=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #337496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337496 is #CC8B69. Grayscale: #646464. Windows color (decimal): -13405034 or 9860147. OLE color: 9860147.

HSL color Cylindrical-coordinate representation of color #337496: hue angle of 200.61º 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 #337496 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51116150-
CMYK0.660.2300.41
HSL200.61º49.25%39.41%-
HSV(B)200.61º66%58.82%-
XYZ13.1215.431.13-
YUV100.44155.9792.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=16.09%
G=36.59%
B=47.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511161500.660.2300.41200.6149.2539.41
Hex3374964217029c93127
Octal63164226102270513116147
Binary110011111010010010110100001010111010100111001001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337496; }

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

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

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

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

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

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

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

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