Html Css Color HEX #316AF3 Royal Blue

📋 copy color: '#316AF3'

red 49 ◦ green 106 ◦ blue 243

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

Shades of Royal Blue #316AF3

Tints of Royal Blue #316AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 61.06%

R = 12.31%
G = 26.63%
B = 61.06%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#316AF3 (or 0x316AF3) is known color: Royal Blue. HEX triplet: 31, 6A and F3. RGB value is (49,106,243). Sum of RGB (Red+Green+Blue) = 49+106+243=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 243 (95.31% from 255 or 61.06% from 398); Max value from RGB is 243 - color contains mainly: blue. Hex color #316AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AF3 is #CE950C. Grayscale: #676767. Windows color (decimal): -13538573 or 15952433. OLE color: 15952433.

HSL color Cylindrical-coordinate representation of color #316AF3: hue angle of 222.37º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316AF3 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 106 243 -
CMYK 0.80 0.56 0 0.05
HSL 222.37º 0.89% 0.57% -
HSV(B) 222.37º 0.8% 0.95% -
XYZ 22.6 17.43 86.97 -
YUV 104.58 206.12 88.36 -
System Red Green Blue C M Y K H S L
Decimal 49 106 243 0.80 0.56 0 0.05 222.37 0.89 0.57
Hex 31 6A F3 50 38 0 5 DE 59 39
Octal 61 152 363 120 70 0 5 336 131 71
Binary 110001 1101010 11110011 1010000 111000 0 101 11011110 1011001 111001

Color Harmonies of #316AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AF3

Black with #316AF3

Text Example


Text Example

White with #316AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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