Html Css Color HEX #325BD7 Royal Blue

📋 copy color: '#325BD7'

red 50 ◦ green 91 ◦ blue 215

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

Shades of Royal Blue #325BD7

Tints of Royal Blue #325BD7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

 BLUE value IS 215 (84.38% from 255) = 60.39%

R = 14.04%
G = 25.56%
B = 60.39%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#325BD7 (or 0x325BD7) is known color: Royal Blue. HEX triplet: 32, 5B and D7. RGB value is (50,91,215). Sum of RGB (Red+Green+Blue) = 50+91+215=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #325BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BD7 is #CDA428. Grayscale: #5C5C5C. Windows color (decimal): -13476905 or 14113586. OLE color: 14113586.

HSL color Cylindrical-coordinate representation of color #325BD7: hue angle of 225.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325BD7 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 91 215 -
CMYK 0.77 0.58 0 0.16
HSL 225.09º 0.67% 0.52% -
HSV(B) 225.09º 0.77% 0.84% -
XYZ 17.32 13.07 65.9 -
YUV 92.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 50 91 215 0.77 0.58 0 0.16 225.09 0.67 0.52
Hex 32 5B D7 4D 3A 0 10 E1 43 34
Octal 62 133 327 115 72 0 20 341 103 64
Binary 110010 1011011 11010111 1001101 111010 0 10000 11100001 1000011 110100

Color Harmonies of #325BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BD7

Black with #325BD7

Text Example


Text Example

White with #325BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,215); }

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

background-color css

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

 a { background-color: rgb(50,91,215); }

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

border-color css

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

 span { border-color: rgb(50,91,215); }

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