Html Css Color HEX #316CDA Royal Blue

📋 copy color: '#316CDA'

red 49 ◦ green 108 ◦ blue 218

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

Shades of Royal Blue #316CDA

Tints of Royal Blue #316CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 13.07%
G = 28.8%
B = 58.13%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#316CDA (or 0x316CDA) is known color: Royal Blue. HEX triplet: 31, 6C and DA. RGB value is (49,108,218). Sum of RGB (Red+Green+Blue) = 49+108+218=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #316CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CDA is #CE9325. Grayscale: #666666. Windows color (decimal): -13538086 or 14314545. OLE color: 14314545.

HSL color Cylindrical-coordinate representation of color #316CDA: hue angle of 219.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316CDA is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 108 218 -
CMYK 0.78 0.50 0 0.15
HSL 219.05º 0.7% 0.52% -
HSV(B) 219.05º 0.78% 0.85% -
XYZ 19.28 16.44 68.49 -
YUV 102.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 49 108 218 0.78 0.50 0 0.15 219.05 0.7 0.52
Hex 31 6C DA 4E 32 0 F DB 46 34
Octal 61 154 332 116 62 0 17 333 106 64
Binary 110001 1101100 11011010 1001110 110010 0 1111 11011011 1000110 110100

Color Harmonies of #316CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CDA

Black with #316CDA

Text Example


Text Example

White with #316CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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