Html Css Color HEX #3163DC Royal Blue

📋 copy color: '#3163DC'

red 49 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #3163DC

Tints of Royal Blue #3163DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 13.32%
G = 26.9%
B = 59.78%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3163DC (or 0x3163DC) is known color: Royal Blue. HEX triplet: 31, 63 and DC. RGB value is (49,99,220). Sum of RGB (Red+Green+Blue) = 49+99+220=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #3163DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163DC is #CE9C23. Grayscale: #616161. Windows color (decimal): -13540388 or 14443313. OLE color: 14443313.

HSL color Cylindrical-coordinate representation of color #3163DC: hue angle of 222.46º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3163DC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 99 220 -
CMYK 0.78 0.55 0 0.14
HSL 222.46º 0.71% 0.53% -
HSV(B) 222.46º 0.78% 0.86% -
XYZ 18.65 14.74 69.57 -
YUV 97.84 196.94 93.16 -
System Red Green Blue C M Y K H S L
Decimal 49 99 220 0.78 0.55 0 0.14 222.46 0.71 0.53
Hex 31 63 DC 4E 37 0 E DE 47 35
Octal 61 143 334 116 67 0 16 336 107 65
Binary 110001 1100011 11011100 1001110 110111 0 1110 11011110 1000111 110101

Color Harmonies of #3163DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3163DC

Black with #3163DC

Text Example


Text Example

White with #3163DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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