Html Css Color HEX #3156DB Royal Blue

📋 copy color: '#3156DB'

red 49 ◦ green 86 ◦ blue 219

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

Shades of Royal Blue #3156DB

Tints of Royal Blue #3156DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 13.84%
G = 24.29%
B = 61.86%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3156DB (or 0x3156DB) is known color: Royal Blue. HEX triplet: 31, 56 and DB. RGB value is (49,86,219). Sum of RGB (Red+Green+Blue) = 49+86+219=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #3156DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3156DB is #CEA924. Grayscale: #595959. Windows color (decimal): -13543717 or 14374449. OLE color: 14374449.

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

Color convert

RGB 49 86 219 -
CMYK 0.78 0.61 0 0.14
HSL 226.94º 0.7% 0.53% -
HSV(B) 226.94º 0.78% 0.86% -
XYZ 17.38 12.42 68.5 -
YUV 90.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 49 86 219 0.78 0.61 0 0.14 226.94 0.7 0.53
Hex 31 56 DB 4E 3D 0 E E3 46 35
Octal 61 126 333 116 75 0 16 343 106 65
Binary 110001 1010110 11011011 1001110 111101 0 1110 11100011 1000110 110101

Color Harmonies of #3156DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3156DB

Black with #3156DB

Text Example


Text Example

White with #3156DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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