#3275F5

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

Shades of Royal Blue #3275F5

Tints of Royal Blue #3275F5

Color information

#3275F5 (or 0x3275F5) is unknown color: approx Royal Blue. HEX triplet: 32, 75 and F5. RGB value is (50,117,245). Sum of RGB (Red+Green+Blue) = 50+117+245=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #3275F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3275F5 is #CD8A0A. Grayscale: #6E6E6E. Windows color (decimal): -13470219 or 16086322. OLE color: 16086322.

HSL color Cylindrical-coordinate representation of color #3275F5: hue angle of 219.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3275F5 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB50117245-
CMYK0.800.5200.04
HSL219.38º90.7%57.84%-
HSV(B)219.38º79.59%96.08%-
XYZ24.1619.9988.97-
YUV111.56203.384.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.14%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 245 (96.09% from 255) = 59.47%
R=12.14%
G=28.40%
B=59.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal501172450.800.5200.04219.3890.757.84
Hex3275F5503404db5b3a
Octal62165365120640433313372
Binary11001011101011111010110100001101000100110110111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3275F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3275F5; }

 p { color: rgb(50,117,245); }

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

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

 a { background-color: rgb(50,117,245); }

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

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

 span { border-color: rgb(50,117,245); }

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