#3280E3

Color #3280E3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3280E3

Tints of Royal Blue #3280E3

Color information

#3280E3 (or 0x3280E3) is unknown color: approx Royal Blue. HEX triplet: 32, 80 and E3. RGB value is (50,128,227). Sum of RGB (Red+Green+Blue) = 50+128+227=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #3280E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280E3 is #CD7F1C. Grayscale: #737373. Windows color (decimal): -13467421 or 14909490. OLE color: 14909490.

HSL color Cylindrical-coordinate representation of color #3280E3: hue angle of 213.56º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3280E3 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB50128227-
CMYK0.780.4400.11
HSL213.56º75.97%54.31%-
HSV(B)213.56º77.97%89.02%-
XYZ22.921.6675.65-
YUV115.96190.6680.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.35%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 227 (89.06% from 255) = 56.05%
R=12.35%
G=31.60%
B=56.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal501282270.780.4400.11213.5675.9754.31
Hex3280E34E2C0Bd64c36
Octal622003431165401332611466
Binary1100101000000011100011100111010110001011110101101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3280E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3280E3; }

 p { color: rgb(50,128,227); }

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

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

 a { background-color: rgb(50,128,227); }

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

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

 span { border-color: rgb(50,128,227); }

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