Html Css Color HEX #3271DF Royal Blue

📋 copy color: '#3271DF'

red 50 ◦ green 113 ◦ blue 223

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

Shades of Royal Blue #3271DF

Tints of Royal Blue #3271DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 12.95%
G = 29.27%
B = 57.77%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3271DF (or 0x3271DF) is known color: Royal Blue. HEX triplet: 32, 71 and DF. RGB value is (50,113,223). Sum of RGB (Red+Green+Blue) = 50+113+223=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #3271DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271DF is #CD8E20. Grayscale: #6A6A6A. Windows color (decimal): -13471265 or 14643506. OLE color: 14643506.

HSL color Cylindrical-coordinate representation of color #3271DF: hue angle of 218.15º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3271DF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 113 223 -
CMYK 0.78 0.49 0 0.13
HSL 218.15º 0.73% 0.54% -
HSV(B) 218.15º 0.78% 0.87% -
XYZ 20.54 17.82 72.17 -
YUV 106.7 193.63 87.56 -
System Red Green Blue C M Y K H S L
Decimal 50 113 223 0.78 0.49 0 0.13 218.15 0.73 0.54
Hex 32 71 DF 4E 31 0 D DA 49 36
Octal 62 161 337 116 61 0 15 332 111 66
Binary 110010 1110001 11011111 1001110 110001 0 1101 11011010 1001001 110110

Color Harmonies of #3271DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271DF

Black with #3271DF

Text Example


Text Example

White with #3271DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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