Html Css Color HEX #316EF3 Royal Blue

📋 copy color: '#316EF3'

red 49 ◦ green 110 ◦ blue 243

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

Shades of Royal Blue #316EF3

Tints of Royal Blue #316EF3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 243 (95.31% from 255) = 60.45%

R = 12.19%
G = 27.36%
B = 60.45%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#316EF3 (or 0x316EF3) is known color: Royal Blue. HEX triplet: 31, 6E and F3. RGB value is (49,110,243). Sum of RGB (Red+Green+Blue) = 49+110+243=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #316EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316EF3 is #CE910C. Grayscale: #6A6A6A. Windows color (decimal): -13537549 or 15953457. OLE color: 15953457.

HSL color Cylindrical-coordinate representation of color #316EF3: hue angle of 221.13º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316EF3 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 110 243 -
CMYK 0.80 0.55 0 0.05
HSL 221.13º 0.89% 0.57% -
HSV(B) 221.13º 0.8% 0.95% -
XYZ 23.02 18.28 87.11 -
YUV 106.92 204.79 86.69 -
System Red Green Blue C M Y K H S L
Decimal 49 110 243 0.80 0.55 0 0.05 221.13 0.89 0.57
Hex 31 6E F3 50 37 0 5 DD 59 39
Octal 61 156 363 120 67 0 5 335 131 71
Binary 110001 1101110 11110011 1010000 110111 0 101 11011101 1011001 111001

Color Harmonies of #316EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EF3

Black with #316EF3

Text Example


Text Example

White with #316EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,243); }

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

background-color css

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

 a { background-color: rgb(49,110,243); }

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

border-color css

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

 span { border-color: rgb(49,110,243); }

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