#325EF1

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

Shades of Royal Blue #325EF1

Tints of Royal Blue #325EF1

Color information

#325EF1 (or 0x325EF1) is unknown color: approx Royal Blue. HEX triplet: 32, 5E and F1. RGB value is (50,94,241). Sum of RGB (Red+Green+Blue) = 50+94+241=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #325EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EF1 is #CDA10E. Grayscale: #606060. Windows color (decimal): -13476111 or 15818290. OLE color: 15818290.

HSL color Cylindrical-coordinate representation of color #325EF1: hue angle of 226.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325EF1 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5094241-
CMYK0.790.6100.05
HSL226.18º87.21%57.06%-
HSV(B)226.18º79.25%94.51%-
XYZ21.215.0385-
YUV97.6208.9294.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.99%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 241 (94.53% from 255) = 62.60%
R=12.99%
G=24.42%
B=62.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal50942410.790.6100.05226.1887.2157.06
Hex325EF14F3D05e25739
Octal62136361117750534212771
Binary11001010111101111000110011111111010101111000101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325EF1; }

 p { color: rgb(50,94,241); }

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

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

 a { background-color: rgb(50,94,241); }

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

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

 span { border-color: rgb(50,94,241); }

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