Html Css Color HEX #316ADE Royal Blue

📋 copy color: '#316ADE'

red 49 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #316ADE

Tints of Royal Blue #316ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 13%
G = 28.12%
B = 58.89%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316ADE (or 0x316ADE) is known color: Royal Blue. HEX triplet: 31, 6A and DE. RGB value is (49,106,222). Sum of RGB (Red+Green+Blue) = 49+106+222=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #316ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ADE is #CE9521. Grayscale: #656565. Windows color (decimal): -13538594 or 14576177. OLE color: 14576177.

HSL color Cylindrical-coordinate representation of color #316ADE: hue angle of 220.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316ADE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 106 222 -
CMYK 0.78 0.52 0 0.13
HSL 220.23º 0.72% 0.53% -
HSV(B) 220.23º 0.78% 0.87% -
XYZ 19.61 16.23 71.21 -
YUV 102.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 49 106 222 0.78 0.52 0 0.13 220.23 0.72 0.53
Hex 31 6A DE 4E 34 0 D DC 48 35
Octal 61 152 336 116 64 0 15 334 110 65
Binary 110001 1101010 11011110 1001110 110100 0 1101 11011100 1001000 110101

Color Harmonies of #316ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ADE

Black with #316ADE

Text Example


Text Example

White with #316ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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