Html Css Color HEX #325EE8 Royal Blue

📋 copy color: '#325EE8'

red 50 ◦ green 94 ◦ blue 232

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

Shades of Royal Blue #325EE8

Tints of Royal Blue #325EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.7%

R = 13.3%
G = 25%
B = 61.7%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#325EE8 (or 0x325EE8) is known color: Royal Blue. HEX triplet: 32, 5E and E8. RGB value is (50,94,232). Sum of RGB (Red+Green+Blue) = 50+94+232=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #325EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EE8 is #CDA117. Grayscale: #5F5F5F. Windows color (decimal): -13476120 or 15228466. OLE color: 15228466.

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

Color convert

RGB 50 94 232 -
CMYK 0.78 0.59 0 0.09
HSL 225.49º 0.8% 0.55% -
HSV(B) 225.49º 0.78% 0.91% -
XYZ 19.88 14.51 78.1 -
YUV 96.58 204.42 94.78 -
System Red Green Blue C M Y K H S L
Decimal 50 94 232 0.78 0.59 0 0.09 225.49 0.8 0.55
Hex 32 5E E8 4E 3B 0 9 E1 50 37
Octal 62 136 350 116 73 0 11 341 120 67
Binary 110010 1011110 11101000 1001110 111011 0 1001 11100001 1010000 110111

Color Harmonies of #325EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EE8

Black with #325EE8

Text Example


Text Example

White with #325EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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