#337793

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

Shades of Astral #337793

Tints of Astral #337793

Color information

#337793 (or 0x337793) is unknown color: approx Astral. HEX triplet: 33, 77 and 93. RGB value is (51,119,147). Sum of RGB (Red+Green+Blue) = 51+119+147=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #337793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337793 is #CC886C. Grayscale: #656565. Windows color (decimal): -13404269 or 9664307. OLE color: 9664307.

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

Color convert

RGB51119147-
CMYK0.650.1900.42
HSL197.5º48.48%38.82%-
HSV(B)197.5º65.31%57.65%-
XYZ13.231630-
YUV101.86153.4791.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=16.09%
G=37.54%
B=46.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511191470.650.1900.42197.548.4838.82
Hex337793411302Ac63027
Octal63167223101230523066047
Binary110011111011110010011100000110011010101011000110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337793; }

 p { color: rgb(51,119,147); }

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

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

 a { background-color: rgb(51,119,147); }

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

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

 span { border-color: rgb(51,119,147); }

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