Html Css Color HEX #3170DF Royal Blue

📋 copy color: '#3170DF'

red 49 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #3170DF

Tints of Royal Blue #3170DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 12.76%
G = 29.17%
B = 58.07%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3170DF (or 0x3170DF) is known color: Royal Blue. HEX triplet: 31, 70 and DF. RGB value is (49,112,223). Sum of RGB (Red+Green+Blue) = 49+112+223=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #3170DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170DF is #CE8F20. Grayscale: #696969. Windows color (decimal): -13537057 or 14643249. OLE color: 14643249.

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

Color convert

RGB 49 112 223 -
CMYK 0.78 0.50 0 0.13
HSL 218.28º 0.73% 0.53% -
HSV(B) 218.28º 0.78% 0.87% -
XYZ 20.38 17.57 72.13 -
YUV 105.82 194.13 87.47 -
System Red Green Blue C M Y K H S L
Decimal 49 112 223 0.78 0.50 0 0.13 218.28 0.73 0.53
Hex 31 70 DF 4E 32 0 D DA 49 35
Octal 61 160 337 116 62 0 15 332 111 65
Binary 110001 1110000 11011111 1001110 110010 0 1101 11011010 1001001 110101

Color Harmonies of #3170DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3170DF

Black with #3170DF

Text Example


Text Example

White with #3170DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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