#337280

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

Shades of Astral #337280

Tints of Astral #337280

Color information

#337280 (or 0x337280) is unknown color: approx Astral. HEX triplet: 33, 72 and 80. RGB value is (51,114,128). Sum of RGB (Red+Green+Blue) = 51+114+128=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #337280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337280 is #CC8D7F. Grayscale: #606060. Windows color (decimal): -13405568 or 8417843. OLE color: 8417843.

HSL color Cylindrical-coordinate representation of color #337280: hue angle of 190.91º 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 #337280 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB51114128-
CMYK0.600.1100.50
HSL190.91º43.02%35.1%-
HSV(B)190.91º60.16%50.2%-
XYZ11.2814.322.59-
YUV96.76145.6395.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=17.41%
G=38.91%
B=43.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511141280.600.1100.50190.9143.0235.1
Hex3372803CB032bf2b23
Octal6316220074130622775343
Binary1100111110010100000001111001011011001010111111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337280; }

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

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

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

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

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

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

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

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