Html Css Color HEX #325BFC Royal Blue

📋 copy color: '#325BFC'

red 50 ◦ green 91 ◦ blue 252

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

Shades of Royal Blue #325BFC

Tints of Royal Blue #325BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 12.72%
G = 23.16%
B = 64.12%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#325BFC (or 0x325BFC) is known color: Royal Blue. HEX triplet: 32, 5B and FC. RGB value is (50,91,252). Sum of RGB (Red+Green+Blue) = 50+91+252=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #325BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325BFC is #CDA403. Grayscale: #606060. Windows color (decimal): -13476868 or 16538418. OLE color: 16538418.

HSL color Cylindrical-coordinate representation of color #325BFC: hue angle of 227.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325BFC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 91 252 -
CMYK 0.80 0.64 0 0.01
HSL 227.82º 0.97% 0.59% -
HSV(B) 227.82º 0.8% 0.99% -
XYZ 22.63 15.19 93.83 -
YUV 97.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 50 91 252 0.80 0.64 0 0.01 227.82 0.97 0.59
Hex 32 5B FC 50 40 0 1 E4 61 3B
Octal 62 133 374 120 100 0 1 344 141 73
Binary 110010 1011011 11111100 1010000 1000000 0 1 11100100 1100001 111011

Color Harmonies of #325BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BFC

Black with #325BFC

Text Example


Text Example

White with #325BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,252); }

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

background-color css

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

 a { background-color: rgb(50,91,252); }

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

border-color css

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

 span { border-color: rgb(50,91,252); }

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