Html Css Color HEX #325DDA Royal Blue

📋 copy color: '#325DDA'

red 50 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #325DDA

Tints of Royal Blue #325DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 13.85%
G = 25.76%
B = 60.39%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#325DDA (or 0x325DDA) is known color: Royal Blue. HEX triplet: 32, 5D and DA. RGB value is (50,93,218). Sum of RGB (Red+Green+Blue) = 50+93+218=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #325DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DDA is #CDA225. Grayscale: #5D5D5D. Windows color (decimal): -13476390 or 14310706. OLE color: 14310706.

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

Color convert

RGB 50 93 218 -
CMYK 0.77 0.57 0 0.15
HSL 224.64º 0.69% 0.53% -
HSV(B) 224.64º 0.77% 0.85% -
XYZ 17.88 13.57 68.01 -
YUV 94.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 50 93 218 0.77 0.57 0 0.15 224.64 0.69 0.53
Hex 32 5D DA 4D 39 0 F E1 45 35
Octal 62 135 332 115 71 0 17 341 105 65
Binary 110010 1011101 11011010 1001101 111001 0 1111 11100001 1000101 110101

Color Harmonies of #325DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DDA

Black with #325DDA

Text Example


Text Example

White with #325DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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