Html Css Color HEX #3172DC Royal Blue

📋 copy color: '#3172DC'

red 49 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #3172DC

Tints of Royal Blue #3172DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 12.79%
G = 29.77%
B = 57.44%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3172DC (or 0x3172DC) is known color: Royal Blue. HEX triplet: 31, 72 and DC. RGB value is (49,114,220). Sum of RGB (Red+Green+Blue) = 49+114+220=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #3172DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3172DC is #CE8D23. Grayscale: #6A6A6A. Windows color (decimal): -13536548 or 14447153. OLE color: 14447153.

HSL color Cylindrical-coordinate representation of color #3172DC: hue angle of 217.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3172DC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 114 220 -
CMYK 0.78 0.48 0 0.14
HSL 217.19º 0.71% 0.53% -
HSV(B) 217.19º 0.78% 0.86% -
XYZ 20.2 17.85 70.09 -
YUV 106.65 191.97 86.88 -
System Red Green Blue C M Y K H S L
Decimal 49 114 220 0.78 0.48 0 0.14 217.19 0.71 0.53
Hex 31 72 DC 4E 30 0 E D9 47 35
Octal 61 162 334 116 60 0 16 331 107 65
Binary 110001 1110010 11011100 1001110 110000 0 1110 11011001 1000111 110101

Color Harmonies of #3172DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3172DC

Black with #3172DC

Text Example


Text Example

White with #3172DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3172DC; }

 p { color: rgb(49,114,220); }

 H1.HeaderClassName
 {
   color: #3172DC;
 }
 .AnyTagClassName
 {
   color: #3172DC;
 }
</style>

background-color css

<style>
 a { background-color: #3172DC; }

 a { background-color: rgb(49,114,220); }

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

border-color css

<style>
 span { border-color: #3172DC; }

 span { border-color: rgb(49,114,220); }

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