Html Css Color HEX #316CE6 Royal Blue

📋 copy color: '#316CE6'

red 49 ◦ green 108 ◦ blue 230

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

Shades of Royal Blue #316CE6

Tints of Royal Blue #316CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.43%

R = 12.66%
G = 27.91%
B = 59.43%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#316CE6 (or 0x316CE6) is known color: Royal Blue. HEX triplet: 31, 6C and E6. RGB value is (49,108,230). Sum of RGB (Red+Green+Blue) = 49+108+230=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #316CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316CE6 is #CE9319. Grayscale: #676767. Windows color (decimal): -13538074 or 15100977. OLE color: 15100977.

HSL color Cylindrical-coordinate representation of color #316CE6: hue angle of 220.44º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316CE6 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 108 230 -
CMYK 0.79 0.53 0 0.10
HSL 220.44º 0.78% 0.55% -
HSV(B) 220.44º 0.79% 0.9% -
XYZ 20.91 17.09 77.06 -
YUV 104.27 198.95 88.58 -
System Red Green Blue C M Y K H S L
Decimal 49 108 230 0.79 0.53 0 0.10 220.44 0.78 0.55
Hex 31 6C E6 4F 35 0 A DC 4E 37
Octal 61 154 346 117 65 0 12 334 116 67
Binary 110001 1101100 11100110 1001111 110101 0 1010 11011100 1001110 110111

Color Harmonies of #316CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CE6

Black with #316CE6

Text Example


Text Example

White with #316CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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