Html Css Color HEX #316DCD Royal Blue

📋 copy color: '#316DCD'

red 49 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #316DCD

Tints of Royal Blue #316DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 13.5%
G = 30.03%
B = 56.47%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#316DCD (or 0x316DCD) is known color: Royal Blue. HEX triplet: 31, 6D and CD. RGB value is (49,109,205). Sum of RGB (Red+Green+Blue) = 49+109+205=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #316DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DCD is #CE9232. Grayscale: #656565. Windows color (decimal): -13537843 or 13462833. OLE color: 13462833.

HSL color Cylindrical-coordinate representation of color #316DCD: hue angle of 216.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316DCD is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 109 205 -
CMYK 0.76 0.47 0 0.20
HSL 216.92º 0.61% 0.5% -
HSV(B) 216.92º 0.76% 0.8% -
XYZ 17.75 16 59.91 -
YUV 102 186.12 90.19 -
System Red Green Blue C M Y K H S L
Decimal 49 109 205 0.76 0.47 0 0.20 216.92 0.61 0.5
Hex 31 6D CD 4C 2F 0 14 D9 3D 32
Octal 61 155 315 114 57 0 24 331 75 62
Binary 110001 1101101 11001101 1001100 101111 0 10100 11011001 111101 110010

Color Harmonies of #316DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DCD

Black with #316DCD

Text Example


Text Example

White with #316DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,205); }

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

background-color css

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

 a { background-color: rgb(49,109,205); }

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

border-color css

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

 span { border-color: rgb(49,109,205); }

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