Html Css Color HEX #3161DB Royal Blue

📋 copy color: '#3161DB'

red 49 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #3161DB

Tints of Royal Blue #3161DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 219 (85.94% from 255) = 60%

R = 13.42%
G = 26.58%
B = 60%

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

#3161DB (or 0x3161DB) is known color: Royal Blue. HEX triplet: 31, 61 and DB. RGB value is (49,97,219). Sum of RGB (Red+Green+Blue) = 49+97+219=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #3161DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3161DB is #CE9E24. Grayscale: #606060. Windows color (decimal): -13540901 or 14377265. OLE color: 14377265.

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

Color convert

RGB 49 97 219 -
CMYK 0.78 0.56 0 0.14
HSL 223.06º 0.7% 0.53% -
HSV(B) 223.06º 0.78% 0.86% -
XYZ 18.33 14.32 68.82 -
YUV 96.56 197.1 94.08 -
System Red Green Blue C M Y K H S L
Decimal 49 97 219 0.78 0.56 0 0.14 223.06 0.7 0.53
Hex 31 61 DB 4E 38 0 E DF 46 35
Octal 61 141 333 116 70 0 16 337 106 65
Binary 110001 1100001 11011011 1001110 111000 0 1110 11011111 1000110 110101

Color Harmonies of #3161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3161DB

Black with #3161DB

Text Example


Text Example

White with #3161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3161DB; }

 p { color: rgb(49,97,219); }

 H1.HeaderClassName
 {
   color: #3161DB;
 }
 .AnyTagClassName
 {
   color: #3161DB;
 }
</style>

background-color css

<style>
 a { background-color: #3161DB; }

 a { background-color: rgb(49,97,219); }

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

border-color css

<style>
 span { border-color: #3161DB; }

 span { border-color: rgb(49,97,219); }

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