Html Css Color HEX #325FF2 Royal Blue

📋 copy color: '#325FF2'

red 50 ◦ green 95 ◦ blue 242

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

Shades of Royal Blue #325FF2

Tints of Royal Blue #325FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 242 (94.92% from 255) = 62.53%

R = 12.92%
G = 24.55%
B = 62.53%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#325FF2 (or 0x325FF2) is known color: Royal Blue. HEX triplet: 32, 5F and F2. RGB value is (50,95,242). Sum of RGB (Red+Green+Blue) = 50+95+242=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #325FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FF2 is #CDA00D. Grayscale: #616161. Windows color (decimal): -13475854 or 15884082. OLE color: 15884082.

HSL color Cylindrical-coordinate representation of color #325FF2: hue angle of 225.94º degrees, saturation: 0.88, 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 #325FF2 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 95 242 -
CMYK 0.79 0.61 0 0.05
HSL 225.94º 0.88% 0.57% -
HSV(B) 225.94º 0.79% 0.95% -
XYZ 21.43 15.27 85.82 -
YUV 98.3 209.09 93.55 -
System Red Green Blue C M Y K H S L
Decimal 50 95 242 0.79 0.61 0 0.05 225.94 0.88 0.57
Hex 32 5F F2 4F 3D 0 5 E2 58 39
Octal 62 137 362 117 75 0 5 342 130 71
Binary 110010 1011111 11110010 1001111 111101 0 101 11100010 1011000 111001

Color Harmonies of #325FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FF2

Black with #325FF2

Text Example


Text Example

White with #325FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,242); }

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

background-color css

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

 a { background-color: rgb(50,95,242); }

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

border-color css

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

 span { border-color: rgb(50,95,242); }

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