Html Css Color HEX #316BCE Royal Blue

📋 copy color: '#316BCE'

red 49 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #316BCE

Tints of Royal Blue #316BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 13.54%
G = 29.56%
B = 56.91%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#316BCE (or 0x316BCE) is known color: Royal Blue. HEX triplet: 31, 6B and CE. RGB value is (49,107,206). Sum of RGB (Red+Green+Blue) = 49+107+206=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #316BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BCE is #CE9431. Grayscale: #646464. Windows color (decimal): -13538354 or 13527857. OLE color: 13527857.

HSL color Cylindrical-coordinate representation of color #316BCE: hue angle of 217.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316BCE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 107 206 -
CMYK 0.76 0.48 0 0.19
HSL 217.83º 0.62% 0.5% -
HSV(B) 217.83º 0.76% 0.81% -
XYZ 17.66 15.62 60.48 -
YUV 100.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 49 107 206 0.76 0.48 0 0.19 217.83 0.62 0.5
Hex 31 6B CE 4C 30 0 13 DA 3E 32
Octal 61 153 316 114 60 0 23 332 76 62
Binary 110001 1101011 11001110 1001100 110000 0 10011 11011010 111110 110010

Color Harmonies of #316BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BCE

Black with #316BCE

Text Example


Text Example

White with #316BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,206); }

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

background-color css

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

 a { background-color: rgb(49,107,206); }

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

border-color css

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

 span { border-color: rgb(49,107,206); }

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