Html Css Color HEX #3174DF Royal Blue

📋 copy color: '#3174DF'

red 49 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #3174DF

Tints of Royal Blue #3174DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 12.63%
G = 29.9%
B = 57.47%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3174DF (or 0x3174DF) is known color: Royal Blue. HEX triplet: 31, 74 and DF. RGB value is (49,116,223). Sum of RGB (Red+Green+Blue) = 49+116+223=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #3174DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174DF is #CE8B20. Grayscale: #6B6B6B. Windows color (decimal): -13536033 or 14644273. OLE color: 14644273.

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

Color convert

RGB 49 116 223 -
CMYK 0.78 0.48 0 0.13
HSL 216.9º 0.73% 0.53% -
HSV(B) 216.9º 0.78% 0.87% -
XYZ 20.83 18.47 72.28 -
YUV 108.17 192.8 85.8 -
System Red Green Blue C M Y K H S L
Decimal 49 116 223 0.78 0.48 0 0.13 216.9 0.73 0.53
Hex 31 74 DF 4E 30 0 D D9 49 35
Octal 61 164 337 116 60 0 15 331 111 65
Binary 110001 1110100 11011111 1001110 110000 0 1101 11011001 1001001 110101

Color Harmonies of #3174DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3174DF

Black with #3174DF

Text Example


Text Example

White with #3174DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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