Html Css Color HEX #3151DF Royal Blue

📋 copy color: '#3151DF'

red 49 ◦ green 81 ◦ blue 223

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

Shades of Royal Blue #3151DF

Tints of Royal Blue #3151DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 13.88%
G = 22.95%
B = 63.17%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3151DF (or 0x3151DF) is known color: Royal Blue. HEX triplet: 31, 51 and DF. RGB value is (49,81,223). Sum of RGB (Red+Green+Blue) = 49+81+223=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #3151DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3151DF is #CEAE20. Grayscale: #575757. Windows color (decimal): -13544993 or 14635313. OLE color: 14635313.

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

Color convert

RGB 49 81 223 -
CMYK 0.78 0.64 0 0.13
HSL 228.97º 0.73% 0.53% -
HSV(B) 228.97º 0.78% 0.87% -
XYZ 17.53 11.87 71.18 -
YUV 87.62 204.4 100.45 -
System Red Green Blue C M Y K H S L
Decimal 49 81 223 0.78 0.64 0 0.13 228.97 0.73 0.53
Hex 31 51 DF 4E 40 0 D E5 49 35
Octal 61 121 337 116 100 0 15 345 111 65
Binary 110001 1010001 11011111 1001110 1000000 0 1101 11100101 1001001 110101

Color Harmonies of #3151DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3151DF

Black with #3151DF

Text Example


Text Example

White with #3151DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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