#337795

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

Shades of Astral #337795

Tints of Astral #337795

Color information

#337795 (or 0x337795) is unknown color: approx Astral. HEX triplet: 33, 77 and 95. RGB value is (51,119,149). Sum of RGB (Red+Green+Blue) = 51+119+149=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #337795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337795 is #CC886A. Grayscale: #656565. Windows color (decimal): -13404267 or 9795379. OLE color: 9795379.

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

Color convert

RGB51119149-
CMYK0.660.2000.42
HSL198.37º49%39.22%-
HSV(B)198.37º65.77%58.43%-
XYZ13.3916.0730.83-
YUV102.09154.4791.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=15.99%
G=37.30%
B=46.71%

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
Decimal511191490.660.2000.42198.374939.22
Hex337795421402Ac63127
Octal63167225102240523066147
Binary110011111011110010101100001010100010101011000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337795; }

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

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

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

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

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

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

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

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