Html Css Color HEX #325CE3 Royal Blue

📋 copy color: '#325CE3'

red 50 ◦ green 92 ◦ blue 227

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

Shades of Royal Blue #325CE3

Tints of Royal Blue #325CE3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 227 (89.06% from 255) = 61.52%

R = 13.55%
G = 24.93%
B = 61.52%

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

#325CE3 (or 0x325CE3) is known color: Royal Blue. HEX triplet: 32, 5C and E3. RGB value is (50,92,227). Sum of RGB (Red+Green+Blue) = 50+92+227=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #325CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CE3 is #CDA31C. Grayscale: #5E5E5E. Windows color (decimal): -13476637 or 14900274. OLE color: 14900274.

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

Color convert

RGB 50 92 227 -
CMYK 0.78 0.59 0 0.11
HSL 225.76º 0.76% 0.54% -
HSV(B) 225.76º 0.78% 0.89% -
XYZ 19.01 13.88 74.35 -
YUV 94.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 50 92 227 0.78 0.59 0 0.11 225.76 0.76 0.54
Hex 32 5C E3 4E 3B 0 B E2 4C 36
Octal 62 134 343 116 73 0 13 342 114 66
Binary 110010 1011100 11100011 1001110 111011 0 1011 11100010 1001100 110110

Color Harmonies of #325CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CE3

Black with #325CE3

Text Example


Text Example

White with #325CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,227); }

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

background-color css

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

 a { background-color: rgb(50,92,227); }

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

border-color css

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

 span { border-color: rgb(50,92,227); }

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