Html Css Color HEX #3271F1 Royal Blue

📋 copy color: '#3271F1'

red 50 ◦ green 113 ◦ blue 241

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

Shades of Royal Blue #3271F1

Tints of Royal Blue #3271F1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 241 (94.53% from 255) = 59.65%

R = 12.38%
G = 27.97%
B = 59.65%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3271F1 (or 0x3271F1) is known color: Royal Blue. HEX triplet: 32, 71 and F1. RGB value is (50,113,241). Sum of RGB (Red+Green+Blue) = 50+113+241=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #3271F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3271F1 is #CD8E0E. Grayscale: #6C6C6C. Windows color (decimal): -13471247 or 15823154. OLE color: 15823154.

HSL color Cylindrical-coordinate representation of color #3271F1: hue angle of 220.21º degrees, saturation: 0.87, 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 #3271F1 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 113 241 -
CMYK 0.79 0.53 0 0.05
HSL 220.21º 0.87% 0.57% -
HSV(B) 220.21º 0.79% 0.95% -
XYZ 23.1 18.84 85.64 -
YUV 108.76 202.63 86.09 -
System Red Green Blue C M Y K H S L
Decimal 50 113 241 0.79 0.53 0 0.05 220.21 0.87 0.57
Hex 32 71 F1 4F 35 0 5 DC 57 39
Octal 62 161 361 117 65 0 5 334 127 71
Binary 110010 1110001 11110001 1001111 110101 0 101 11011100 1010111 111001

Color Harmonies of #3271F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271F1

Black with #3271F1

Text Example


Text Example

White with #3271F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3271F1; }

 p { color: rgb(50,113,241); }

 H1.HeaderClassName
 {
   color: #3271F1;
 }
 .AnyTagClassName
 {
   color: #3271F1;
 }
</style>

background-color css

<style>
 a { background-color: #3271F1; }

 a { background-color: rgb(50,113,241); }

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

border-color css

<style>
 span { border-color: #3271F1; }

 span { border-color: rgb(50,113,241); }

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