Html Css Color HEX #316CE5 Royal Blue

📋 copy color: '#316CE5'

red 49 ◦ green 108 ◦ blue 229

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

Shades of Royal Blue #316CE5

Tints of Royal Blue #316CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.33%

R = 12.69%
G = 27.98%
B = 59.33%

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

#316CE5 (or 0x316CE5) is known color: Royal Blue. HEX triplet: 31, 6C and E5. RGB value is (49,108,229). Sum of RGB (Red+Green+Blue) = 49+108+229=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #316CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CE5 is #CE931A. Grayscale: #676767. Windows color (decimal): -13538075 or 15035441. OLE color: 15035441.

HSL color Cylindrical-coordinate representation of color #316CE5: hue angle of 220.33º 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 #316CE5 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 108 229 -
CMYK 0.79 0.53 0 0.10
HSL 220.33º 0.78% 0.55% -
HSV(B) 220.33º 0.79% 0.9% -
XYZ 20.77 17.04 76.32 -
YUV 104.15 198.45 88.66 -
System Red Green Blue C M Y K H S L
Decimal 49 108 229 0.79 0.53 0 0.10 220.33 0.78 0.55
Hex 31 6C E5 4F 35 0 A DC 4E 37
Octal 61 154 345 117 65 0 12 334 116 67
Binary 110001 1101100 11100101 1001111 110101 0 1010 11011100 1001110 110111

Color Harmonies of #316CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CE5

Black with #316CE5

Text Example


Text Example

White with #316CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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