#337993

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

Shades of Astral #337993

Tints of Astral #337993

Color information

#337993 (or 0x337993) is unknown color: approx Astral. HEX triplet: 33, 79 and 93. RGB value is (51,121,147). Sum of RGB (Red+Green+Blue) = 51+121+147=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #337993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337993 is #CC866C. Grayscale: #666666. Windows color (decimal): -13403757 or 9664819. OLE color: 9664819.

HSL color Cylindrical-coordinate representation of color #337993: hue angle of 196.25º 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 #337993 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51121147-
CMYK0.650.1800.42
HSL196.25º48.48%38.82%-
HSV(B)196.25º65.31%57.65%-
XYZ13.4716.4930.08-
YUV103.03152.8190.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=15.99%
G=37.93%
B=46.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511211470.650.1800.42196.2548.4838.82
Hex337993411202Ac43027
Octal63171223101220523046047
Binary110011111100110010011100000110010010101011000100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337993; }

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

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

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

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

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

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

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

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