Html Css Color HEX #325BDE Royal Blue

📋 copy color: '#325BDE'

red 50 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #325BDE

Tints of Royal Blue #325BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 13.77%
G = 25.07%
B = 61.16%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#325BDE (or 0x325BDE) is known color: Royal Blue. HEX triplet: 32, 5B and DE. RGB value is (50,91,222). Sum of RGB (Red+Green+Blue) = 50+91+222=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #325BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BDE is #CDA421. Grayscale: #5D5D5D. Windows color (decimal): -13476898 or 14572338. OLE color: 14572338.

HSL color Cylindrical-coordinate representation of color #325BDE: hue angle of 225.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325BDE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 91 222 -
CMYK 0.77 0.59 0 0.13
HSL 225.7º 0.72% 0.53% -
HSV(B) 225.7º 0.77% 0.87% -
XYZ 18.24 13.43 70.74 -
YUV 93.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 50 91 222 0.77 0.59 0 0.13 225.7 0.72 0.53
Hex 32 5B DE 4D 3B 0 D E2 48 35
Octal 62 133 336 115 73 0 15 342 110 65
Binary 110010 1011011 11011110 1001101 111011 0 1101 11100010 1001000 110101

Color Harmonies of #325BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BDE

Black with #325BDE

Text Example


Text Example

White with #325BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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