#337594

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

Shades of Astral #337594

Tints of Astral #337594

Color information

#337594 (or 0x337594) is unknown color: approx Astral. HEX triplet: 33, 75 and 94. RGB value is (51,117,148). Sum of RGB (Red+Green+Blue) = 51+117+148=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #337594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337594 is #CC8A6B. Grayscale: #646464. Windows color (decimal): -13404780 or 9729331. OLE color: 9729331.

HSL color Cylindrical-coordinate representation of color #337594: hue angle of 199.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337594 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51117148-
CMYK0.660.2100.42
HSL199.18º48.74%39.02%-
HSV(B)199.18º65.54%58.04%-
XYZ13.0715.5630.33-
YUV100.8154.6392.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=16.14%
G=37.03%
B=46.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511171480.660.2100.42199.1848.7439.02
Hex337594421502Ac73127
Octal63165224102250523076147
Binary110011111010110010100100001010101010101011000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337594; }

 p { color: rgb(51,117,148); }

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

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

 a { background-color: rgb(51,117,148); }

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

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

 span { border-color: rgb(51,117,148); }

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