#337A87

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

Shades of Astral #337A87

Tints of Astral #337A87

Color information

#337A87 (or 0x337A87) is unknown color: approx Astral. HEX triplet: 33, 7A and 87. RGB value is (51,122,135). Sum of RGB (Red+Green+Blue) = 51+122+135=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #337A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A87 is #CC8578. Grayscale: #666666. Windows color (decimal): -13403513 or 8878643. OLE color: 8878643.

HSL color Cylindrical-coordinate representation of color #337A87: hue angle of 189.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337A87 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51122135-
CMYK0.620.1000.47
HSL189.29º45.16%36.47%-
HSV(B)189.29º62.22%52.94%-
XYZ12.716.3725.41-
YUV102.25146.4891.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=16.56%
G=39.61%
B=43.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511221350.620.1000.47189.2945.1636.47
Hex337A873EA02Fbd2d24
Octal6317220776120572755544
Binary1100111111010100001111111101010010111110111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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