Html Css Color HEX #325BDC Royal Blue

📋 copy color: '#325BDC'

red 50 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #325BDC

Tints of Royal Blue #325BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 13.85%
G = 25.21%
B = 60.94%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#325BDC (or 0x325BDC) is known color: Royal Blue. HEX triplet: 32, 5B and DC. RGB value is (50,91,220). Sum of RGB (Red+Green+Blue) = 50+91+220=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #325BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BDC is #CDA423. Grayscale: #5C5C5C. Windows color (decimal): -13476900 or 14441266. OLE color: 14441266.

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

Color convert

RGB 50 91 220 -
CMYK 0.77 0.59 0 0.14
HSL 225.53º 0.71% 0.53% -
HSV(B) 225.53º 0.77% 0.86% -
XYZ 17.97 13.33 69.34 -
YUV 93.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 50 91 220 0.77 0.59 0 0.14 225.53 0.71 0.53
Hex 32 5B DC 4D 3B 0 E E2 47 35
Octal 62 133 334 115 73 0 16 342 107 65
Binary 110010 1011011 11011100 1001101 111011 0 1110 11100010 1000111 110101

Color Harmonies of #325BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BDC

Black with #325BDC

Text Example


Text Example

White with #325BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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