Html Css Color HEX #316CDC Royal Blue

📋 copy color: '#316CDC'

red 49 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #316CDC

Tints of Royal Blue #316CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 13%
G = 28.65%
B = 58.36%

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

#316CDC (or 0x316CDC) is known color: Royal Blue. HEX triplet: 31, 6C and DC. RGB value is (49,108,220). Sum of RGB (Red+Green+Blue) = 49+108+220=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #316CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CDC is #CE9323. Grayscale: #666666. Windows color (decimal): -13538084 or 14445617. OLE color: 14445617.

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

Color convert

RGB 49 108 220 -
CMYK 0.78 0.51 0 0.14
HSL 219.3º 0.71% 0.53% -
HSV(B) 219.3º 0.78% 0.86% -
XYZ 19.55 16.55 69.87 -
YUV 103.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 49 108 220 0.78 0.51 0 0.14 219.3 0.71 0.53
Hex 31 6C DC 4E 33 0 E DB 47 35
Octal 61 154 334 116 63 0 16 333 107 65
Binary 110001 1101100 11011100 1001110 110011 0 1110 11011011 1000111 110101

Color Harmonies of #316CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CDC

Black with #316CDC

Text Example


Text Example

White with #316CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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