#337595

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

Shades of Astral #337595

Tints of Astral #337595

Color information

#337595 (or 0x337595) is unknown color: approx Astral. HEX triplet: 33, 75 and 95. RGB value is (51,117,149). Sum of RGB (Red+Green+Blue) = 51+117+149=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #337595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337595 is #CC8A6A. Grayscale: #646464. Windows color (decimal): -13404779 or 9794867. OLE color: 9794867.

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

Color convert

RGB51117149-
CMYK0.660.2100.42
HSL199.59º49%39.22%-
HSV(B)199.59º65.77%58.43%-
XYZ13.1515.630.75-
YUV100.91155.1392.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=16.09%
G=36.91%
B=47.00%

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
Decimal511171490.660.2100.42199.594939.22
Hex337595421502Ac83127
Octal63165225102250523106147
Binary110011111010110010101100001010101010101011001000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337595; }

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

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

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

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

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

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

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

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