Html Css Color HEX #316CE3 Royal Blue

📋 copy color: '#316CE3'

red 49 ◦ green 108 ◦ blue 227

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

Shades of Royal Blue #316CE3

Tints of Royal Blue #316CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 59.11%

R = 12.76%
G = 28.13%
B = 59.11%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#316CE3 (or 0x316CE3) is known color: Royal Blue. HEX triplet: 31, 6C and E3. RGB value is (49,108,227). Sum of RGB (Red+Green+Blue) = 49+108+227=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #316CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CE3 is #CE931C. Grayscale: #676767. Windows color (decimal): -13538077 or 14904369. OLE color: 14904369.

HSL color Cylindrical-coordinate representation of color #316CE3: hue angle of 220.11º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316CE3 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 108 227 -
CMYK 0.78 0.52 0 0.11
HSL 220.11º 0.76% 0.54% -
HSV(B) 220.11º 0.78% 0.89% -
XYZ 20.49 16.92 74.86 -
YUV 103.93 197.45 88.82 -
System Red Green Blue C M Y K H S L
Decimal 49 108 227 0.78 0.52 0 0.11 220.11 0.76 0.54
Hex 31 6C E3 4E 34 0 B DC 4C 36
Octal 61 154 343 116 64 0 13 334 114 66
Binary 110001 1101100 11100011 1001110 110100 0 1011 11011100 1001100 110110

Color Harmonies of #316CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CE3

Black with #316CE3

Text Example


Text Example

White with #316CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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