Html Css Color HEX #316DCE Royal Blue

📋 copy color: '#316DCE'

red 49 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #316DCE

Tints of Royal Blue #316DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 13.46%
G = 29.95%
B = 56.59%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#316DCE (or 0x316DCE) is known color: Royal Blue. HEX triplet: 31, 6D and CE. RGB value is (49,109,206). Sum of RGB (Red+Green+Blue) = 49+109+206=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #316DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DCE is #CE9231. Grayscale: #656565. Windows color (decimal): -13537842 or 13528369. OLE color: 13528369.

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

Color convert

RGB 49 109 206 -
CMYK 0.76 0.47 0 0.19
HSL 217.07º 0.62% 0.5% -
HSV(B) 217.07º 0.76% 0.81% -
XYZ 17.88 16.05 60.55 -
YUV 102.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 49 109 206 0.76 0.47 0 0.19 217.07 0.62 0.5
Hex 31 6D CE 4C 2F 0 13 D9 3E 32
Octal 61 155 316 114 57 0 23 331 76 62
Binary 110001 1101101 11001110 1001100 101111 0 10011 11011001 111110 110010

Color Harmonies of #316DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DCE

Black with #316DCE

Text Example


Text Example

White with #316DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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