Html Css Color HEX #316BDE Royal Blue

📋 copy color: '#316BDE'

red 49 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #316BDE

Tints of Royal Blue #316BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 12.96%
G = 28.31%
B = 58.73%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316BDE (or 0x316BDE) is known color: Royal Blue. HEX triplet: 31, 6B and DE. RGB value is (49,107,222). Sum of RGB (Red+Green+Blue) = 49+107+222=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #316BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BDE is #CE9421. Grayscale: #666666. Windows color (decimal): -13538338 or 14576433. OLE color: 14576433.

HSL color Cylindrical-coordinate representation of color #316BDE: hue angle of 219.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316BDE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 107 222 -
CMYK 0.78 0.52 0 0.13
HSL 219.88º 0.72% 0.53% -
HSV(B) 219.88º 0.78% 0.87% -
XYZ 19.71 16.44 71.24 -
YUV 102.77 195.28 89.65 -
System Red Green Blue C M Y K H S L
Decimal 49 107 222 0.78 0.52 0 0.13 219.88 0.72 0.53
Hex 31 6B DE 4E 34 0 D DC 48 35
Octal 61 153 336 116 64 0 15 334 110 65
Binary 110001 1101011 11011110 1001110 110100 0 1101 11011100 1001000 110101

Color Harmonies of #316BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BDE

Black with #316BDE

Text Example


Text Example

White with #316BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,222); }

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

background-color css

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

 a { background-color: rgb(49,107,222); }

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

border-color css

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

 span { border-color: rgb(49,107,222); }

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