Html Css Color HEX #325CE1 Royal Blue

📋 copy color: '#325CE1'

red 50 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #325CE1

Tints of Royal Blue #325CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 13.62%
G = 25.07%
B = 61.31%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#325CE1 (or 0x325CE1) is known color: Royal Blue. HEX triplet: 32, 5C and E1. RGB value is (50,92,225). Sum of RGB (Red+Green+Blue) = 50+92+225=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #325CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CE1 is #CDA31E. Grayscale: #5E5E5E. Windows color (decimal): -13476639 or 14769202. OLE color: 14769202.

HSL color Cylindrical-coordinate representation of color #325CE1: hue angle of 225.6º 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 #325CE1 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 92 225 -
CMYK 0.78 0.59 0 0.12
HSL 225.6º 0.74% 0.54% -
HSV(B) 225.6º 0.78% 0.88% -
XYZ 18.73 13.77 72.9 -
YUV 94.6 201.59 96.19 -
System Red Green Blue C M Y K H S L
Decimal 50 92 225 0.78 0.59 0 0.12 225.6 0.74 0.54
Hex 32 5C E1 4E 3B 0 C E2 4A 36
Octal 62 134 341 116 73 0 14 342 112 66
Binary 110010 1011100 11100001 1001110 111011 0 1100 11100010 1001010 110110

Color Harmonies of #325CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CE1

Black with #325CE1

Text Example


Text Example

White with #325CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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