Html Css Color HEX #325FDB Royal Blue

📋 copy color: '#325FDB'

red 50 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #325FDB

Tints of Royal Blue #325FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 13.74%
G = 26.1%
B = 60.16%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#325FDB (or 0x325FDB) is known color: Royal Blue. HEX triplet: 32, 5F and DB. RGB value is (50,95,219). Sum of RGB (Red+Green+Blue) = 50+95+219=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #325FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FDB is #CDA024. Grayscale: #5F5F5F. Windows color (decimal): -13475877 or 14376754. OLE color: 14376754.

HSL color Cylindrical-coordinate representation of color #325FDB: hue angle of 224.02º degrees, saturation: 0.7, 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 #325FDB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 95 219 -
CMYK 0.77 0.57 0 0.14
HSL 224.02º 0.7% 0.53% -
HSV(B) 224.02º 0.77% 0.86% -
XYZ 18.19 13.98 68.76 -
YUV 95.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 50 95 219 0.77 0.57 0 0.14 224.02 0.7 0.53
Hex 32 5F DB 4D 39 0 E E0 46 35
Octal 62 137 333 115 71 0 16 340 106 65
Binary 110010 1011111 11011011 1001101 111001 0 1110 11100000 1000110 110101

Color Harmonies of #325FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FDB

Black with #325FDB

Text Example


Text Example

White with #325FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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