Html Css Color HEX #325EE4 Royal Blue

📋 copy color: '#325EE4'

red 50 ◦ green 94 ◦ blue 228

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

Shades of Royal Blue #325EE4

Tints of Royal Blue #325EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 61.29%

R = 13.44%
G = 25.27%
B = 61.29%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#325EE4 (or 0x325EE4) is known color: Royal Blue. HEX triplet: 32, 5E and E4. RGB value is (50,94,228). Sum of RGB (Red+Green+Blue) = 50+94+228=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #325EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EE4 is #CDA11B. Grayscale: #5F5F5F. Windows color (decimal): -13476124 or 14966322. OLE color: 14966322.

HSL color Cylindrical-coordinate representation of color #325EE4: hue angle of 225.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325EE4 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 94 228 -
CMYK 0.78 0.59 0 0.11
HSL 225.17º 0.77% 0.55% -
HSV(B) 225.17º 0.78% 0.89% -
XYZ 19.32 14.28 75.14 -
YUV 96.12 202.42 95.1 -
System Red Green Blue C M Y K H S L
Decimal 50 94 228 0.78 0.59 0 0.11 225.17 0.77 0.55
Hex 32 5E E4 4E 3B 0 B E1 4D 37
Octal 62 136 344 116 73 0 13 341 115 67
Binary 110010 1011110 11100100 1001110 111011 0 1011 11100001 1001101 110111

Color Harmonies of #325EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EE4

Black with #325EE4

Text Example


Text Example

White with #325EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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