Html Css Color HEX #316BD1 Royal Blue

📋 copy color: '#316BD1'

red 49 ◦ green 107 ◦ blue 209

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

Shades of Royal Blue #316BD1

Tints of Royal Blue #316BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.26%

R = 13.42%
G = 29.32%
B = 57.26%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#316BD1 (or 0x316BD1) is known color: Royal Blue. HEX triplet: 31, 6B and D1. RGB value is (49,107,209). Sum of RGB (Red+Green+Blue) = 49+107+209=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #316BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BD1 is #CE942E. Grayscale: #646464. Windows color (decimal): -13538351 or 13724465. OLE color: 13724465.

HSL color Cylindrical-coordinate representation of color #316BD1: hue angle of 218.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316BD1 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 107 209 -
CMYK 0.77 0.49 0 0.18
HSL 218.25º 0.63% 0.51% -
HSV(B) 218.25º 0.77% 0.82% -
XYZ 18.03 15.77 62.42 -
YUV 101.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 49 107 209 0.77 0.49 0 0.18 218.25 0.63 0.51
Hex 31 6B D1 4D 31 0 12 DA 3F 33
Octal 61 153 321 115 61 0 22 332 77 63
Binary 110001 1101011 11010001 1001101 110001 0 10010 11011010 111111 110011

Color Harmonies of #316BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BD1

Black with #316BD1

Text Example


Text Example

White with #316BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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