Html Css Color HEX #325DF3 Royal Blue

📋 copy color: '#325DF3'

red 50 ◦ green 93 ◦ blue 243

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

Shades of Royal Blue #325DF3

Tints of Royal Blue #325DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 243 (95.31% from 255) = 62.95%

R = 12.95%
G = 24.09%
B = 62.95%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#325DF3 (or 0x325DF3) is known color: Royal Blue. HEX triplet: 32, 5D and F3. RGB value is (50,93,243). Sum of RGB (Red+Green+Blue) = 50+93+243=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #325DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DF3 is #CDA20C. Grayscale: #606060. Windows color (decimal): -13476365 or 15949106. OLE color: 15949106.

HSL color Cylindrical-coordinate representation of color #325DF3: hue angle of 226.63º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325DF3 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 93 243 -
CMYK 0.79 0.62 0 0.05
HSL 226.63º 0.89% 0.57% -
HSV(B) 226.63º 0.79% 0.95% -
XYZ 21.41 14.98 86.56 -
YUV 97.24 210.25 94.3 -
System Red Green Blue C M Y K H S L
Decimal 50 93 243 0.79 0.62 0 0.05 226.63 0.89 0.57
Hex 32 5D F3 4F 3E 0 5 E3 59 39
Octal 62 135 363 117 76 0 5 343 131 71
Binary 110010 1011101 11110011 1001111 111110 0 101 11100011 1011001 111001

Color Harmonies of #325DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DF3

Black with #325DF3

Text Example


Text Example

White with #325DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,243); }

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

background-color css

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

 a { background-color: rgb(50,93,243); }

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

border-color css

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

 span { border-color: rgb(50,93,243); }

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