#337383

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

Shades of Astral #337383

Tints of Astral #337383

Color information

#337383 (or 0x337383) is unknown color: approx Astral. HEX triplet: 33, 73 and 83. RGB value is (51,115,131). Sum of RGB (Red+Green+Blue) = 51+115+131=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #337383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337383 is #CC8C7C. Grayscale: #616161. Windows color (decimal): -13405309 or 8614707. OLE color: 8614707.

HSL color Cylindrical-coordinate representation of color #337383: hue angle of 192º 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 #337383 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51115131-
CMYK0.610.1200.49
HSL192º43.96%35.69%-
HSV(B)192º61.07%51.37%-
XYZ11.5914.623.68-
YUV97.69146.894.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=17.17%
G=38.72%
B=44.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511151310.610.1200.4919243.9635.69
Hex3373833DC031c02c24
Octal6316320375140613005444
Binary1100111110011100000111111011100011000111000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337383; }

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

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

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

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

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

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

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

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