Html Css Color HEX #3179DC Royal Blue

📋 copy color: '#3179DC'

red 49 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #3179DC

Tints of Royal Blue #3179DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

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

R = 12.56%
G = 31.03%
B = 56.41%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3179DC (or 0x3179DC) is known color: Royal Blue. HEX triplet: 31, 79 and DC. RGB value is (49,121,220). Sum of RGB (Red+Green+Blue) = 49+121+220=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #3179DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179DC is #CE8623. Grayscale: #6E6E6E. Windows color (decimal): -13534756 or 14448945. OLE color: 14448945.

HSL color Cylindrical-coordinate representation of color #3179DC: hue angle of 214.74º 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 #3179DC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 121 220 -
CMYK 0.78 0.45 0 0.14
HSL 214.74º 0.71% 0.53% -
HSV(B) 214.74º 0.78% 0.86% -
XYZ 21.02 19.5 70.37 -
YUV 110.76 189.65 83.95 -
System Red Green Blue C M Y K H S L
Decimal 49 121 220 0.78 0.45 0 0.14 214.74 0.71 0.53
Hex 31 79 DC 4E 2D 0 E D7 47 35
Octal 61 171 334 116 55 0 16 327 107 65
Binary 110001 1111001 11011100 1001110 101101 0 1110 11010111 1000111 110101

Color Harmonies of #3179DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179DC

Black with #3179DC

Text Example


Text Example

White with #3179DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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