Html Css Color HEX #316CCE Royal Blue

📋 copy color: '#316CCE'

red 49 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #316CCE

Tints of Royal Blue #316CCE

RGB

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

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

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

R = 13.5%
G = 29.75%
B = 56.75%

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

#316CCE (or 0x316CCE) is known color: Royal Blue. HEX triplet: 31, 6C and CE. RGB value is (49,108,206). Sum of RGB (Red+Green+Blue) = 49+108+206=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #316CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CCE is #CE9331. Grayscale: #656565. Windows color (decimal): -13538098 or 13528113. OLE color: 13528113.

HSL color Cylindrical-coordinate representation of color #316CCE: hue angle of 217.45º 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 #316CCE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 108 206 -
CMYK 0.76 0.48 0 0.19
HSL 217.45º 0.62% 0.5% -
HSV(B) 217.45º 0.76% 0.81% -
XYZ 17.77 15.83 60.51 -
YUV 101.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 49 108 206 0.76 0.48 0 0.19 217.45 0.62 0.5
Hex 31 6C CE 4C 30 0 13 D9 3E 32
Octal 61 154 316 114 60 0 23 331 76 62
Binary 110001 1101100 11001110 1001100 110000 0 10011 11011001 111110 110010

Color Harmonies of #316CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CCE

Black with #316CCE

Text Example


Text Example

White with #316CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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