Html Css Color HEX #325CDD Royal Blue

📋 copy color: '#325CDD'

red 50 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #325CDD

Tints of Royal Blue #325CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 13.77%
G = 25.34%
B = 60.88%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#325CDD (or 0x325CDD) is known color: Royal Blue. HEX triplet: 32, 5C and DD. RGB value is (50,92,221). Sum of RGB (Red+Green+Blue) = 50+92+221=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #325CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CDD is #CDA322. Grayscale: #5D5D5D. Windows color (decimal): -13476643 or 14507058. OLE color: 14507058.

HSL color Cylindrical-coordinate representation of color #325CDD: hue angle of 225.26º 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 #325CDD is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 92 221 -
CMYK 0.77 0.58 0 0.13
HSL 225.26º 0.72% 0.53% -
HSV(B) 225.26º 0.77% 0.87% -
XYZ 18.19 13.55 70.06 -
YUV 94.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 50 92 221 0.77 0.58 0 0.13 225.26 0.72 0.53
Hex 32 5C DD 4D 3A 0 D E1 48 35
Octal 62 134 335 115 72 0 15 341 110 65
Binary 110010 1011100 11011101 1001101 111010 0 1101 11100001 1001000 110101

Color Harmonies of #325CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CDD

Black with #325CDD

Text Example


Text Example

White with #325CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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