Html Css Color HEX #3176DD Royal Blue

📋 copy color: '#3176DD'

red 49 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #3176DD

Tints of Royal Blue #3176DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 12.63%
G = 30.41%
B = 56.96%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3176DD (or 0x3176DD) is known color: Royal Blue. HEX triplet: 31, 76 and DD. RGB value is (49,118,221). Sum of RGB (Red+Green+Blue) = 49+118+221=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #3176DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176DD is #CE8922. Grayscale: #6C6C6C. Windows color (decimal): -13535523 or 14513713. OLE color: 14513713.

HSL color Cylindrical-coordinate representation of color #3176DD: hue angle of 215.93º degrees, saturation: 0.72, 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 #3176DD is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 118 221 -
CMYK 0.78 0.47 0 0.13
HSL 215.93º 0.72% 0.53% -
HSV(B) 215.93º 0.78% 0.87% -
XYZ 20.8 18.83 70.95 -
YUV 109.11 191.14 85.12 -
System Red Green Blue C M Y K H S L
Decimal 49 118 221 0.78 0.47 0 0.13 215.93 0.72 0.53
Hex 31 76 DD 4E 2F 0 D D8 48 35
Octal 61 166 335 116 57 0 15 330 110 65
Binary 110001 1110110 11011101 1001110 101111 0 1101 11011000 1001000 110101

Color Harmonies of #3176DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176DD

Black with #3176DD

Text Example


Text Example

White with #3176DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3176DD; }

 p { color: rgb(49,118,221); }

 H1.HeaderClassName
 {
   color: #3176DD;
 }
 .AnyTagClassName
 {
   color: #3176DD;
 }
</style>

background-color css

<style>
 a { background-color: #3176DD; }

 a { background-color: rgb(49,118,221); }

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

border-color css

<style>
 span { border-color: #3176DD; }

 span { border-color: rgb(49,118,221); }

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