Html Css Color HEX #316CDE Royal Blue

📋 copy color: '#316CDE'

red 49 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #316CDE

Tints of Royal Blue #316CDE

RGB

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

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

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

R = 12.93%
G = 28.5%
B = 58.58%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#316CDE (or 0x316CDE) is known color: Royal Blue. HEX triplet: 31, 6C and DE. RGB value is (49,108,222). Sum of RGB (Red+Green+Blue) = 49+108+222=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #316CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CDE is #CE9321. Grayscale: #666666. Windows color (decimal): -13538082 or 14576689. OLE color: 14576689.

HSL color Cylindrical-coordinate representation of color #316CDE: hue angle of 219.54º 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 #316CDE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 108 222 -
CMYK 0.78 0.51 0 0.13
HSL 219.54º 0.72% 0.53% -
HSV(B) 219.54º 0.78% 0.87% -
XYZ 19.81 16.65 71.28 -
YUV 103.36 194.95 89.23 -
System Red Green Blue C M Y K H S L
Decimal 49 108 222 0.78 0.51 0 0.13 219.54 0.72 0.53
Hex 31 6C DE 4E 33 0 D DC 48 35
Octal 61 154 336 116 63 0 15 334 110 65
Binary 110001 1101100 11011110 1001110 110011 0 1101 11011100 1001000 110101

Color Harmonies of #316CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CDE

Black with #316CDE

Text Example


Text Example

White with #316CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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