#337492

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

Shades of Astral #337492

Tints of Astral #337492

Color information

#337492 (or 0x337492) is unknown color: approx Astral. HEX triplet: 33, 74 and 92. RGB value is (51,116,146). Sum of RGB (Red+Green+Blue) = 51+116+146=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #337492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337492 is #CC8B6D. Grayscale: #636363. Windows color (decimal): -13405038 or 9598003. OLE color: 9598003.

HSL color Cylindrical-coordinate representation of color #337492: hue angle of 198.95º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337492 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51116146-
CMYK0.650.2100.43
HSL198.95º48.22%38.63%-
HSV(B)198.95º65.07%57.25%-
XYZ12.815.2729.47-
YUV99.98153.9793.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=16.29%
G=37.06%
B=46.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511161460.650.2100.43198.9548.2238.63
Hex337492411502Bc73027
Octal63164222101250533076047
Binary110011111010010010010100000110101010101111000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337492; }

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

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

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

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

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

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

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

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