#337287

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

Shades of Astral #337287

Tints of Astral #337287

Color information

#337287 (or 0x337287) is unknown color: approx Astral. HEX triplet: 33, 72 and 87. RGB value is (51,114,135). Sum of RGB (Red+Green+Blue) = 51+114+135=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #337287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337287 is #CC8D78. Grayscale: #616161. Windows color (decimal): -13405561 or 8876595. OLE color: 8876595.

HSL color Cylindrical-coordinate representation of color #337287: hue angle of 195º 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 #337287 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51114135-
CMYK0.620.1600.47
HSL195º45.16%36.47%-
HSV(B)195º62.22%52.94%-
XYZ11.7614.4925.1-
YUV97.56149.1394.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 135 (53.12% from 255) = 45%
R=17%
G=38%
B=45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511141350.620.1600.4719545.1636.47
Hex3372873E1002Fc32d24
Octal6316220776200573035544
Binary11001111100101000011111111010000010111111000011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337287; }

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

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

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

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

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

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

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

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