Html Css Color HEX #3176DA Royal Blue

📋 copy color: '#3176DA'

red 49 ◦ green 118 ◦ blue 218

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

Shades of Royal Blue #3176DA

Tints of Royal Blue #3176DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 12.73%
G = 30.65%
B = 56.62%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3176DA (or 0x3176DA) is known color: Royal Blue. HEX triplet: 31, 76 and DA. RGB value is (49,118,218). Sum of RGB (Red+Green+Blue) = 49+118+218=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #3176DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176DA is #CE8925. Grayscale: #6C6C6C. Windows color (decimal): -13535526 or 14317105. OLE color: 14317105.

HSL color Cylindrical-coordinate representation of color #3176DA: hue angle of 215.5º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3176DA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 118 218 -
CMYK 0.78 0.46 0 0.15
HSL 215.5º 0.7% 0.52% -
HSV(B) 215.5º 0.78% 0.85% -
XYZ 20.4 18.67 68.86 -
YUV 108.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 49 118 218 0.78 0.46 0 0.15 215.5 0.7 0.52
Hex 31 76 DA 4E 2E 0 F D8 46 34
Octal 61 166 332 116 56 0 17 330 106 64
Binary 110001 1110110 11011010 1001110 101110 0 1111 11011000 1000110 110100

Color Harmonies of #3176DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176DA

Black with #3176DA

Text Example


Text Example

White with #3176DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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