Html Css Color HEX #3176D0 Royal Blue

📋 copy color: '#3176D0'

red 49 ◦ green 118 ◦ blue 208

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

Shades of Royal Blue #3176D0

Tints of Royal Blue #3176D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 13.07%
G = 31.47%
B = 55.47%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3176D0 (or 0x3176D0) is known color: Royal Blue. HEX triplet: 31, 76 and D0. RGB value is (49,118,208). Sum of RGB (Red+Green+Blue) = 49+118+208=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #3176D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176D0 is #CE892F. Grayscale: #6B6B6B. Windows color (decimal): -13535536 or 13661745. OLE color: 13661745.

HSL color Cylindrical-coordinate representation of color #3176D0: hue angle of 213.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3176D0 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 118 208 -
CMYK 0.76 0.43 0 0.18
HSL 213.96º 0.63% 0.5% -
HSV(B) 213.96º 0.76% 0.82% -
XYZ 19.13 18.16 62.17 -
YUV 107.63 184.64 86.18 -
System Red Green Blue C M Y K H S L
Decimal 49 118 208 0.76 0.43 0 0.18 213.96 0.63 0.5
Hex 31 76 D0 4C 2B 0 12 D6 3F 32
Octal 61 166 320 114 53 0 22 326 77 62
Binary 110001 1110110 11010000 1001100 101011 0 10010 11010110 111111 110010

Color Harmonies of #3176D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176D0

Black with #3176D0

Text Example


Text Example

White with #3176D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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