Html Css Color HEX #3157DF Royal Blue

📋 copy color: '#3157DF'

red 49 ◦ green 87 ◦ blue 223

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

Shades of Royal Blue #3157DF

Tints of Royal Blue #3157DF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

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

R = 13.65%
G = 24.23%
B = 62.12%

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

#3157DF (or 0x3157DF) is known color: Royal Blue. HEX triplet: 31, 57 and DF. RGB value is (49,87,223). Sum of RGB (Red+Green+Blue) = 49+87+223=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #3157DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3157DF is #CEA820. Grayscale: #5A5A5A. Windows color (decimal): -13543457 or 14636849. OLE color: 14636849.

HSL color Cylindrical-coordinate representation of color #3157DF: hue angle of 226.9º 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 #3157DF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 87 223 -
CMYK 0.78 0.61 0 0.13
HSL 226.9º 0.73% 0.53% -
HSV(B) 226.9º 0.78% 0.87% -
XYZ 17.99 12.8 71.33 -
YUV 91.14 202.41 97.94 -
System Red Green Blue C M Y K H S L
Decimal 49 87 223 0.78 0.61 0 0.13 226.9 0.73 0.53
Hex 31 57 DF 4E 3D 0 D E3 49 35
Octal 61 127 337 116 75 0 15 343 111 65
Binary 110001 1010111 11011111 1001110 111101 0 1101 11100011 1001001 110101

Color Harmonies of #3157DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3157DF

Black with #3157DF

Text Example


Text Example

White with #3157DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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