#337487

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

Shades of Astral #337487

Tints of Astral #337487

Color information

#337487 (or 0x337487) is unknown color: approx Astral. HEX triplet: 33, 74 and 87. RGB value is (51,116,135). Sum of RGB (Red+Green+Blue) = 51+116+135=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #337487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337487 is #CC8B78. Grayscale: #626262. Windows color (decimal): -13405049 or 8877107. OLE color: 8877107.

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

Color convert

RGB51116135-
CMYK0.620.1400.47
HSL193.57º45.16%36.47%-
HSV(B)193.57º62.22%52.94%-
XYZ11.9814.9425.17-
YUV98.73148.4793.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=16.89%
G=38.41%
B=44.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511161350.620.1400.47193.5745.1636.47
Hex3374873EE02Fc22d24
Octal6316420776160573025544
Binary1100111110100100001111111101110010111111000010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337487; }

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

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

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

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

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

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

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

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