#337695

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

Shades of Astral #337695

Tints of Astral #337695

Color information

#337695 (or 0x337695) is unknown color: approx Astral. HEX triplet: 33, 76 and 95. RGB value is (51,118,149). Sum of RGB (Red+Green+Blue) = 51+118+149=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #337695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337695 is #CC896A. Grayscale: #656565. Windows color (decimal): -13404523 or 9795123. OLE color: 9795123.

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

Color convert

RGB51118149-
CMYK0.660.2100.42
HSL198.98º49%39.22%-
HSV(B)198.98º65.77%58.43%-
XYZ13.2715.8330.79-
YUV101.5154.891.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=16.04%
G=37.11%
B=46.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511181490.660.2100.42198.984939.22
Hex337695421502Ac73127
Octal63166225102250523076147
Binary110011111011010010101100001010101010101011000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337695; }

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

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

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

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

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

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

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

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