Html Css Color HEX #316AE2 Royal Blue

📋 copy color: '#316AE2'

red 49 ◦ green 106 ◦ blue 226

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

Shades of Royal Blue #316AE2

Tints of Royal Blue #316AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 59.32%

R = 12.86%
G = 27.82%
B = 59.32%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#316AE2 (or 0x316AE2) is known color: Royal Blue. HEX triplet: 31, 6A and E2. RGB value is (49,106,226). Sum of RGB (Red+Green+Blue) = 49+106+226=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 226 (88.67% from 255 or 59.32% from 381); Max value from RGB is 226 - color contains mainly: blue. Hex color #316AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AE2 is #CE951D. Grayscale: #666666. Windows color (decimal): -13538590 or 14838321. OLE color: 14838321.

HSL color Cylindrical-coordinate representation of color #316AE2: hue angle of 220.68º degrees, saturation: 0.75, 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 #316AE2 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 106 226 -
CMYK 0.78 0.53 0 0.11
HSL 220.68º 0.75% 0.54% -
HSV(B) 220.68º 0.78% 0.89% -
XYZ 20.15 16.45 74.07 -
YUV 102.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 49 106 226 0.78 0.53 0 0.11 220.68 0.75 0.54
Hex 31 6A E2 4E 35 0 B DD 4B 36
Octal 61 152 342 116 65 0 13 335 113 66
Binary 110001 1101010 11100010 1001110 110101 0 1011 11011101 1001011 110110

Color Harmonies of #316AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AE2

Black with #316AE2

Text Example


Text Example

White with #316AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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