Html Css Color HEX #316EE4 Royal Blue

📋 copy color: '#316EE4'

red 49 ◦ green 110 ◦ blue 228

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

Shades of Royal Blue #316EE4

Tints of Royal Blue #316EE4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 228 (89.45% from 255) = 58.91%

R = 12.66%
G = 28.42%
B = 58.91%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#316EE4 (or 0x316EE4) is known color: Royal Blue. HEX triplet: 31, 6E and E4. RGB value is (49,110,228). Sum of RGB (Red+Green+Blue) = 49+110+228=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #316EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EE4 is #CE911B. Grayscale: #686868. Windows color (decimal): -13537564 or 14970417. OLE color: 14970417.

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

Color convert

RGB 49 110 228 -
CMYK 0.79 0.52 0 0.11
HSL 219.55º 0.77% 0.54% -
HSV(B) 219.55º 0.79% 0.89% -
XYZ 20.85 17.41 75.66 -
YUV 105.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 49 110 228 0.79 0.52 0 0.11 219.55 0.77 0.54
Hex 31 6E E4 4F 34 0 B DC 4D 36
Octal 61 156 344 117 64 0 13 334 115 66
Binary 110001 1101110 11100100 1001111 110100 0 1011 11011100 1001101 110110

Color Harmonies of #316EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EE4

Black with #316EE4

Text Example


Text Example

White with #316EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,228); }

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

background-color css

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

 a { background-color: rgb(49,110,228); }

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

border-color css

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

 span { border-color: rgb(49,110,228); }

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