#337794

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

Shades of Astral #337794

Tints of Astral #337794

Color information

#337794 (or 0x337794) is unknown color: approx Astral. HEX triplet: 33, 77 and 94. RGB value is (51,119,148). Sum of RGB (Red+Green+Blue) = 51+119+148=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #337794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337794 is #CC886B. Grayscale: #656565. Windows color (decimal): -13404268 or 9729843. OLE color: 9729843.

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

Color convert

RGB51119148-
CMYK0.660.2000.42
HSL197.94º48.74%39.02%-
HSV(B)197.94º65.54%58.04%-
XYZ13.3116.0430.41-
YUV101.97153.9791.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=16.04%
G=37.42%
B=46.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511191480.660.2000.42197.9448.7439.02
Hex337794421402Ac63127
Octal63167224102240523066147
Binary110011111011110010100100001010100010101011000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337794; }

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

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

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

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

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

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

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

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