Html Css Color HEX #325AD6 Royal Blue

📋 copy color: '#325AD6'

red 50 ◦ green 90 ◦ blue 214

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

Shades of Royal Blue #325AD6

Tints of Royal Blue #325AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 214 (83.98% from 255) = 60.45%

R = 14.12%
G = 25.42%
B = 60.45%

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

#325AD6 (or 0x325AD6) is known color: Royal Blue. HEX triplet: 32, 5A and D6. RGB value is (50,90,214). Sum of RGB (Red+Green+Blue) = 50+90+214=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #325AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AD6 is #CDA529. Grayscale: #5B5B5B. Windows color (decimal): -13477162 or 14047794. OLE color: 14047794.

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

Color convert

RGB 50 90 214 -
CMYK 0.77 0.58 0 0.16
HSL 225.37º 0.67% 0.52% -
HSV(B) 225.37º 0.77% 0.84% -
XYZ 17.11 12.85 65.2 -
YUV 92.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 50 90 214 0.77 0.58 0 0.16 225.37 0.67 0.52
Hex 32 5A D6 4D 3A 0 10 E1 43 34
Octal 62 132 326 115 72 0 20 341 103 64
Binary 110010 1011010 11010110 1001101 111010 0 10000 11100001 1000011 110100

Color Harmonies of #325AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AD6

Black with #325AD6

Text Example


Text Example

White with #325AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,90,214); }

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

background-color css

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

 a { background-color: rgb(50,90,214); }

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

border-color css

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

 span { border-color: rgb(50,90,214); }

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