Html Css Color HEX #3156DF Royal Blue

📋 copy color: '#3156DF'

red 49 ◦ green 86 ◦ blue 223

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

Shades of Royal Blue #3156DF

Tints of Royal Blue #3156DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 13.69%
G = 24.02%
B = 62.29%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3156DF (or 0x3156DF) is known color: Royal Blue. HEX triplet: 31, 56 and DF. RGB value is (49,86,223). Sum of RGB (Red+Green+Blue) = 49+86+223=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #3156DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3156DF is #CEA920. Grayscale: #595959. Windows color (decimal): -13543713 or 14636593. OLE color: 14636593.

HSL color Cylindrical-coordinate representation of color #3156DF: hue angle of 227.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3156DF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 86 223 -
CMYK 0.78 0.61 0 0.13
HSL 227.24º 0.73% 0.53% -
HSV(B) 227.24º 0.78% 0.87% -
XYZ 17.91 12.64 71.31 -
YUV 90.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 49 86 223 0.78 0.61 0 0.13 227.24 0.73 0.53
Hex 31 56 DF 4E 3D 0 D E3 49 35
Octal 61 126 337 116 75 0 15 343 111 65
Binary 110001 1010110 11011111 1001110 111101 0 1101 11100011 1001001 110101

Color Harmonies of #3156DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3156DF

Black with #3156DF

Text Example


Text Example

White with #3156DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3156DF; }

 p { color: rgb(49,86,223); }

 H1.HeaderClassName
 {
   color: #3156DF;
 }
 .AnyTagClassName
 {
   color: #3156DF;
 }
</style>

background-color css

<style>
 a { background-color: #3156DF; }

 a { background-color: rgb(49,86,223); }

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

border-color css

<style>
 span { border-color: #3156DF; }

 span { border-color: rgb(49,86,223); }

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