Html Css Color HEX #316DCB Royal Blue

📋 copy color: '#316DCB'

red 49 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #316DCB

Tints of Royal Blue #316DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 13.57%
G = 30.19%
B = 56.23%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#316DCB (or 0x316DCB) is known color: Royal Blue. HEX triplet: 31, 6D and CB. RGB value is (49,109,203). Sum of RGB (Red+Green+Blue) = 49+109+203=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #316DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DCB is #CE9234. Grayscale: #656565. Windows color (decimal): -13537845 or 13331761. OLE color: 13331761.

HSL color Cylindrical-coordinate representation of color #316DCB: hue angle of 216.62º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316DCB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 109 203 -
CMYK 0.76 0.46 0 0.20
HSL 216.62º 0.61% 0.49% -
HSV(B) 216.62º 0.76% 0.8% -
XYZ 17.51 15.9 58.65 -
YUV 101.78 185.12 90.36 -
System Red Green Blue C M Y K H S L
Decimal 49 109 203 0.76 0.46 0 0.20 216.62 0.61 0.49
Hex 31 6D CB 4C 2E 0 14 D9 3D 31
Octal 61 155 313 114 56 0 24 331 75 61
Binary 110001 1101101 11001011 1001100 101110 0 10100 11011001 111101 110001

Color Harmonies of #316DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DCB

Black with #316DCB

Text Example


Text Example

White with #316DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,203); }

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

background-color css

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

 a { background-color: rgb(49,109,203); }

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

border-color css

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

 span { border-color: rgb(49,109,203); }

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