Html Css Color HEX #325ADA Royal Blue

📋 copy color: '#325ADA'

red 50 ◦ green 90 ◦ blue 218

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

Shades of Royal Blue #325ADA

Tints of Royal Blue #325ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 13.97%
G = 25.14%
B = 60.89%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#325ADA (or 0x325ADA) is known color: Royal Blue. HEX triplet: 32, 5A and DA. RGB value is (50,90,218). Sum of RGB (Red+Green+Blue) = 50+90+218=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #325ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ADA is #CDA525. Grayscale: #5C5C5C. Windows color (decimal): -13477158 or 14309938. OLE color: 14309938.

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

Color convert

RGB 50 90 218 -
CMYK 0.77 0.59 0 0.15
HSL 225.71º 0.69% 0.53% -
HSV(B) 225.71º 0.77% 0.85% -
XYZ 17.63 13.05 67.92 -
YUV 92.63 198.75 97.59 -
System Red Green Blue C M Y K H S L
Decimal 50 90 218 0.77 0.59 0 0.15 225.71 0.69 0.53
Hex 32 5A DA 4D 3B 0 F E2 45 35
Octal 62 132 332 115 73 0 17 342 105 65
Binary 110010 1011010 11011010 1001101 111011 0 1111 11100010 1000101 110101

Color Harmonies of #325ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ADA

Black with #325ADA

Text Example


Text Example

White with #325ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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