#337A96

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

Shades of Astral #337A96

Tints of Astral #337A96

Color information

#337A96 (or 0x337A96) is unknown color: approx Astral. HEX triplet: 33, 7A and 96. RGB value is (51,122,150). Sum of RGB (Red+Green+Blue) = 51+122+150=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #337A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A96 is #CC8569. Grayscale: #676767. Windows color (decimal): -13403498 or 9861683. OLE color: 9861683.

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

Color convert

RGB51122150-
CMYK0.660.1900.41
HSL196.97º49.25%39.41%-
HSV(B)196.97º66%58.82%-
XYZ13.8316.8231.37-
YUV103.96153.9890.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=15.79%
G=37.77%
B=46.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511221500.660.1900.41196.9749.2539.41
Hex337A964213029c53127
Octal63172226102230513056147
Binary110011111101010010110100001010011010100111000101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A96; }

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

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

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

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

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

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

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

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