Html Css Color HEX #325EDE Royal Blue

📋 copy color: '#325EDE'

red 50 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #325EDE

Tints of Royal Blue #325EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 13.66%
G = 25.68%
B = 60.66%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#325EDE (or 0x325EDE) is known color: Royal Blue. HEX triplet: 32, 5E and DE. RGB value is (50,94,222). Sum of RGB (Red+Green+Blue) = 50+94+222=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #325EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EDE is #CDA121. Grayscale: #5E5E5E. Windows color (decimal): -13476130 or 14573106. OLE color: 14573106.

HSL color Cylindrical-coordinate representation of color #325EDE: hue angle of 224.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #325EDE is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 94 222 -
CMYK 0.77 0.58 0 0.13
HSL 224.65º 0.72% 0.53% -
HSV(B) 224.65º 0.77% 0.87% -
XYZ 18.5 13.96 70.83 -
YUV 95.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 50 94 222 0.77 0.58 0 0.13 224.65 0.72 0.53
Hex 32 5E DE 4D 3A 0 D E1 48 35
Octal 62 136 336 115 72 0 15 341 110 65
Binary 110010 1011110 11011110 1001101 111010 0 1101 11100001 1001000 110101

Color Harmonies of #325EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EDE

Black with #325EDE

Text Example


Text Example

White with #325EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,94,222); }

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

background-color css

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

 a { background-color: rgb(50,94,222); }

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

border-color css

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

 span { border-color: rgb(50,94,222); }

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