Html Css Color HEX #316AE5 Royal Blue

📋 copy color: '#316AE5'

red 49 ◦ green 106 ◦ blue 229

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

Shades of Royal Blue #316AE5

Tints of Royal Blue #316AE5

RGB

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

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

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

R = 12.76%
G = 27.6%
B = 59.64%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#316AE5 (or 0x316AE5) is known color: Royal Blue. HEX triplet: 31, 6A and E5. RGB value is (49,106,229). Sum of RGB (Red+Green+Blue) = 49+106+229=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 229 (89.84% from 255 or 59.64% from 384); Max value from RGB is 229 - color contains mainly: blue. Hex color #316AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AE5 is #CE951A. Grayscale: #666666. Windows color (decimal): -13538587 or 15034929. OLE color: 15034929.

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

Color convert

RGB 49 106 229 -
CMYK 0.79 0.54 0 0.10
HSL 221º 0.78% 0.55% -
HSV(B) 221º 0.79% 0.9% -
XYZ 20.56 16.62 76.25 -
YUV 102.98 199.12 89.5 -
System Red Green Blue C M Y K H S L
Decimal 49 106 229 0.79 0.54 0 0.10 221 0.78 0.55
Hex 31 6A E5 4F 36 0 A DD 4E 37
Octal 61 152 345 117 66 0 12 335 116 67
Binary 110001 1101010 11100101 1001111 110110 0 1010 11011101 1001110 110111

Color Harmonies of #316AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AE5

Black with #316AE5

Text Example


Text Example

White with #316AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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