Html Css Color HEX #316AD2 Royal Blue

📋 copy color: '#316AD2'

red 49 ◦ green 106 ◦ blue 210

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

Shades of Royal Blue #316AD2

Tints of Royal Blue #316AD2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

 BLUE value IS 210 (82.42% from 255) = 57.53%

R = 13.42%
G = 29.04%
B = 57.53%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#316AD2 (or 0x316AD2) is known color: Royal Blue. HEX triplet: 31, 6A and D2. RGB value is (49,106,210). Sum of RGB (Red+Green+Blue) = 49+106+210=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #316AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AD2 is #CE952D. Grayscale: #646464. Windows color (decimal): -13538606 or 13789745. OLE color: 13789745.

HSL color Cylindrical-coordinate representation of color #316AD2: hue angle of 218.76º degrees, saturation: 0.64, 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 #316AD2 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 106 210 -
CMYK 0.77 0.50 0 0.18
HSL 218.76º 0.64% 0.51% -
HSV(B) 218.76º 0.77% 0.82% -
XYZ 18.05 15.61 63.04 -
YUV 100.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 49 106 210 0.77 0.50 0 0.18 218.76 0.64 0.51
Hex 31 6A D2 4D 32 0 12 DB 40 33
Octal 61 152 322 115 62 0 22 333 100 63
Binary 110001 1101010 11010010 1001101 110010 0 10010 11011011 1000000 110011

Color Harmonies of #316AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AD2

Black with #316AD2

Text Example


Text Example

White with #316AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,106,210); }

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

background-color css

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

 a { background-color: rgb(49,106,210); }

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

border-color css

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

 span { border-color: rgb(49,106,210); }

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