#337183

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

Shades of Astral #337183

Tints of Astral #337183

Color information

#337183 (or 0x337183) is unknown color: approx Astral. HEX triplet: 33, 71 and 83. RGB value is (51,113,131). Sum of RGB (Red+Green+Blue) = 51+113+131=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #337183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337183 is #CC8E7C. Grayscale: #606060. Windows color (decimal): -13405821 or 8614195. OLE color: 8614195.

HSL color Cylindrical-coordinate representation of color #337183: hue angle of 193.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337183 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51113131-
CMYK0.610.1400.49
HSL193.5º43.96%35.69%-
HSV(B)193.5º61.07%51.37%-
XYZ11.3714.1523.61-
YUV96.51147.4695.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=17.29%
G=38.31%
B=44.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511131310.610.1400.49193.543.9635.69
Hex3371833DE031c22c24
Octal6316120375160613025444
Binary1100111110001100000111111011110011000111000010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337183; }

 p { color: rgb(51,113,131); }

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

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

 a { background-color: rgb(51,113,131); }

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

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

 span { border-color: rgb(51,113,131); }

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