#337995

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

Shades of Astral #337995

Tints of Astral #337995

Color information

#337995 (or 0x337995) is unknown color: approx Astral. HEX triplet: 33, 79 and 95. RGB value is (51,121,149). Sum of RGB (Red+Green+Blue) = 51+121+149=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #337995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337995 is #CC866A. Grayscale: #676767. Windows color (decimal): -13403755 or 9795891. OLE color: 9795891.

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

Color convert

RGB51121149-
CMYK0.660.1900.42
HSL197.14º49%39.22%-
HSV(B)197.14º65.77%58.43%-
XYZ13.6316.5530.91-
YUV103.26153.8190.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=15.89%
G=37.69%
B=46.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511211490.660.1900.42197.144939.22
Hex337995421302Ac53127
Octal63171225102230523056147
Binary110011111100110010101100001010011010101011000101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337995; }

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

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

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

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

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

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

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

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