Html Css Color HEX #3163DF Royal Blue

📋 copy color: '#3163DF'

red 49 ◦ green 99 ◦ blue 223

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

Shades of Royal Blue #3163DF

Tints of Royal Blue #3163DF

RGB

 RED value IS 49 (19.53% from 255) = 13.21%

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 13.21%
G = 26.68%
B = 60.11%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3163DF (or 0x3163DF) is known color: Royal Blue. HEX triplet: 31, 63 and DF. RGB value is (49,99,223). Sum of RGB (Red+Green+Blue) = 49+99+223=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #3163DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163DF is #CE9C20. Grayscale: #616161. Windows color (decimal): -13540385 or 14639921. OLE color: 14639921.

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

Color convert

RGB 49 99 223 -
CMYK 0.78 0.56 0 0.13
HSL 222.76º 0.73% 0.53% -
HSV(B) 222.76º 0.78% 0.87% -
XYZ 19.05 14.9 71.68 -
YUV 98.19 198.44 92.92 -
System Red Green Blue C M Y K H S L
Decimal 49 99 223 0.78 0.56 0 0.13 222.76 0.73 0.53
Hex 31 63 DF 4E 38 0 D DF 49 35
Octal 61 143 337 116 70 0 15 337 111 65
Binary 110001 1100011 11011111 1001110 111000 0 1101 11011111 1001001 110101

Color Harmonies of #3163DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3163DF

Black with #3163DF

Text Example


Text Example

White with #3163DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,99,223); }

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

background-color css

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

 a { background-color: rgb(49,99,223); }

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

border-color css

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

 span { border-color: rgb(49,99,223); }

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