Html Css Color HEX #316CDB Royal Blue

📋 copy color: '#316CDB'

red 49 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #316CDB

Tints of Royal Blue #316CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

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

R = 13.03%
G = 28.72%
B = 58.24%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#316CDB (or 0x316CDB) is known color: Royal Blue. HEX triplet: 31, 6C and DB. RGB value is (49,108,219). Sum of RGB (Red+Green+Blue) = 49+108+219=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #316CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CDB is #CE9324. Grayscale: #666666. Windows color (decimal): -13538085 or 14380081. OLE color: 14380081.

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

Color convert

RGB 49 108 219 -
CMYK 0.78 0.51 0 0.14
HSL 219.18º 0.7% 0.53% -
HSV(B) 219.18º 0.78% 0.86% -
XYZ 19.42 16.49 69.18 -
YUV 103.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 49 108 219 0.78 0.51 0 0.14 219.18 0.7 0.53
Hex 31 6C DB 4E 33 0 E DB 46 35
Octal 61 154 333 116 63 0 16 333 106 65
Binary 110001 1101100 11011011 1001110 110011 0 1110 11011011 1000110 110101

Color Harmonies of #316CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CDB

Black with #316CDB

Text Example


Text Example

White with #316CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316CDB; }

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

 H1.HeaderClassName
 {
   color: #316CDB;
 }
 .AnyTagClassName
 {
   color: #316CDB;
 }
</style>

background-color css

<style>
 a { background-color: #316CDB; }

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

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

border-color css

<style>
 span { border-color: #316CDB; }

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

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