Html Css Color HEX #3160DC Royal Blue

📋 copy color: '#3160DC'

red 49 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #3160DC

Tints of Royal Blue #3160DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 13.42%
G = 26.3%
B = 60.27%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3160DC (or 0x3160DC) is known color: Royal Blue. HEX triplet: 31, 60 and DC. RGB value is (49,96,220). Sum of RGB (Red+Green+Blue) = 49+96+220=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #3160DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3160DC is #CE9F23. Grayscale: #5F5F5F. Windows color (decimal): -13541156 or 14442545. OLE color: 14442545.

HSL color Cylindrical-coordinate representation of color #3160DC: hue angle of 223.51º 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 #3160DC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 96 220 -
CMYK 0.78 0.56 0 0.14
HSL 223.51º 0.71% 0.53% -
HSV(B) 223.51º 0.78% 0.86% -
XYZ 18.37 14.19 69.48 -
YUV 96.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 49 96 220 0.78 0.56 0 0.14 223.51 0.71 0.53
Hex 31 60 DC 4E 38 0 E E0 47 35
Octal 61 140 334 116 70 0 16 340 107 65
Binary 110001 1100000 11011100 1001110 111000 0 1110 11100000 1000111 110101

Color Harmonies of #3160DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3160DC

Black with #3160DC

Text Example


Text Example

White with #3160DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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