#337482

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

Shades of Astral #337482

Tints of Astral #337482

Color information

#337482 (or 0x337482) is unknown color: approx Astral. HEX triplet: 33, 74 and 82. RGB value is (51,116,130). Sum of RGB (Red+Green+Blue) = 51+116+130=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #337482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337482 is #CC8B7D. Grayscale: #626262. Windows color (decimal): -13405054 or 8549427. OLE color: 8549427.

HSL color Cylindrical-coordinate representation of color #337482: hue angle of 190.63º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337482 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51116130-
CMYK0.610.1100.49
HSL190.63º43.65%35.49%-
HSV(B)190.63º60.77%50.98%-
XYZ11.6414.8123.36-
YUV98.16145.9794.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=17.17%
G=39.06%
B=43.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511161300.610.1100.49190.6343.6535.49
Hex3374823DB031bf2c23
Octal6316420275130612775443
Binary1100111110100100000101111011011011000110111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337482; }

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

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

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

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

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

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

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

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