Html Css Color HEX #325FE1 Royal Blue

📋 copy color: '#325FE1'

red 50 ◦ green 95 ◦ blue 225

#325FE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #325FE1

Tints of Royal Blue #325FE1

RGB

 RED value IS 50 (19.92% from 255) = 13.51%

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 225 (88.28% from 255) = 60.81%

R = 13.51%
G = 25.68%
B = 60.81%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#325FE1 (or 0x325FE1) is known color: Royal Blue. HEX triplet: 32, 5F and E1. RGB value is (50,95,225). Sum of RGB (Red+Green+Blue) = 50+95+225=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #325FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FE1 is #CDA01E. Grayscale: #5F5F5F. Windows color (decimal): -13475871 or 14769970. OLE color: 14769970.

HSL color Cylindrical-coordinate representation of color #325FE1: hue angle of 224.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325FE1 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 95 225 -
CMYK 0.78 0.58 0 0.12
HSL 224.57º 0.74% 0.54% -
HSV(B) 224.57º 0.78% 0.88% -
XYZ 19 14.3 72.99 -
YUV 96.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 50 95 225 0.78 0.58 0 0.12 224.57 0.74 0.54
Hex 32 5F E1 4E 3A 0 C E1 4A 36
Octal 62 137 341 116 72 0 14 341 112 66
Binary 110010 1011111 11100001 1001110 111010 0 1100 11100001 1001010 110110

Color Harmonies of #325FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FE1

Black with #325FE1

Text Example


Text Example

White with #325FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,225); }

 H1.HeaderClassName
 {
   color: #325FE1;
 }
 .AnyTagClassName
 {
   color: #325FE1;
 }
</style>

background-color css

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

 a { background-color: rgb(50,95,225); }

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

border-color css

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

 span { border-color: rgb(50,95,225); }

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