Html Css Color HEX #316ACB Royal Blue

📋 copy color: '#316ACB'

red 49 ◦ green 106 ◦ blue 203

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

Shades of Royal Blue #316ACB

Tints of Royal Blue #316ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

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

R = 13.69%
G = 29.61%
B = 56.7%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#316ACB (or 0x316ACB) is known color: Royal Blue. HEX triplet: 31, 6A and CB. RGB value is (49,106,203). Sum of RGB (Red+Green+Blue) = 49+106+203=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #316ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ACB is #CE9534. Grayscale: #636363. Windows color (decimal): -13538613 or 13330993. OLE color: 13330993.

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

Color convert

RGB 49 106 203 -
CMYK 0.76 0.48 0 0.20
HSL 217.79º 0.61% 0.49% -
HSV(B) 217.79º 0.76% 0.8% -
XYZ 17.2 15.27 58.54 -
YUV 100.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 49 106 203 0.76 0.48 0 0.20 217.79 0.61 0.49
Hex 31 6A CB 4C 30 0 14 DA 3D 31
Octal 61 152 313 114 60 0 24 332 75 61
Binary 110001 1101010 11001011 1001100 110000 0 10100 11011010 111101 110001

Color Harmonies of #316ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316ACB

Black with #316ACB

Text Example


Text Example

White with #316ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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