#337380

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

Shades of Astral #337380

Tints of Astral #337380

Color information

#337380 (or 0x337380) is unknown color: approx Astral. HEX triplet: 33, 73 and 80. RGB value is (51,115,128). Sum of RGB (Red+Green+Blue) = 51+115+128=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #337380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337380 is #CC8C7F. Grayscale: #616161. Windows color (decimal): -13405312 or 8418099. OLE color: 8418099.

HSL color Cylindrical-coordinate representation of color #337380: hue angle of 190.13º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337380 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB51115128-
CMYK0.600.1000.50
HSL190.13º43.02%35.1%-
HSV(B)190.13º60.16%50.2%-
XYZ11.3914.5222.63-
YUV97.35145.394.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=17.35%
G=39.12%
B=43.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511151280.600.1000.50190.1343.0235.1
Hex3373803CA032be2b23
Octal6316320074120622765343
Binary1100111110011100000001111001010011001010111110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337380; }

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

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

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

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

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

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

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

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