Html Css Color HEX #325FE2 Royal Blue

📋 copy color: '#325FE2'

red 50 ◦ green 95 ◦ blue 226

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

Shades of Royal Blue #325FE2

Tints of Royal Blue #325FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 60.92%

R = 13.48%
G = 25.61%
B = 60.92%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#325FE2 (or 0x325FE2) is known color: Royal Blue. HEX triplet: 32, 5F and E2. RGB value is (50,95,226). Sum of RGB (Red+Green+Blue) = 50+95+226=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #325FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FE2 is #CDA01D. Grayscale: #5F5F5F. Windows color (decimal): -13475870 or 14835506. OLE color: 14835506.

HSL color Cylindrical-coordinate representation of color #325FE2: hue angle of 224.66º degrees, saturation: 0.75, 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 #325FE2 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 95 226 -
CMYK 0.78 0.58 0 0.11
HSL 224.66º 0.75% 0.54% -
HSV(B) 224.66º 0.78% 0.89% -
XYZ 19.14 14.35 73.71 -
YUV 96.48 201.09 94.85 -
System Red Green Blue C M Y K H S L
Decimal 50 95 226 0.78 0.58 0 0.11 224.66 0.75 0.54
Hex 32 5F E2 4E 3A 0 B E1 4B 36
Octal 62 137 342 116 72 0 13 341 113 66
Binary 110010 1011111 11100010 1001110 111010 0 1011 11100001 1001011 110110

Color Harmonies of #325FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FE2

Black with #325FE2

Text Example


Text Example

White with #325FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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