Html Css Color HEX #3177D6 Royal Blue

📋 copy color: '#3177D6'

red 49 ◦ green 119 ◦ blue 214

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

Shades of Royal Blue #3177D6

Tints of Royal Blue #3177D6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

 BLUE value IS 214 (83.98% from 255) = 56.02%

R = 12.83%
G = 31.15%
B = 56.02%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3177D6 (or 0x3177D6) is known color: Royal Blue. HEX triplet: 31, 77 and D6. RGB value is (49,119,214). Sum of RGB (Red+Green+Blue) = 49+119+214=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #3177D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3177D6 is #CE8829. Grayscale: #6C6C6C. Windows color (decimal): -13535274 or 14055217. OLE color: 14055217.

HSL color Cylindrical-coordinate representation of color #3177D6: hue angle of 214.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3177D6 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 119 214 -
CMYK 0.77 0.44 0 0.16
HSL 214.55º 0.67% 0.52% -
HSV(B) 214.55º 0.77% 0.84% -
XYZ 20 18.7 66.17 -
YUV 108.9 187.31 85.28 -
System Red Green Blue C M Y K H S L
Decimal 49 119 214 0.77 0.44 0 0.16 214.55 0.67 0.52
Hex 31 77 D6 4D 2C 0 10 D7 43 34
Octal 61 167 326 115 54 0 20 327 103 64
Binary 110001 1110111 11010110 1001101 101100 0 10000 11010111 1000011 110100

Color Harmonies of #3177D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3177D6

Black with #3177D6

Text Example


Text Example

White with #3177D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3177D6; }

 p { color: rgb(49,119,214); }

 H1.HeaderClassName
 {
   color: #3177D6;
 }
 .AnyTagClassName
 {
   color: #3177D6;
 }
</style>

background-color css

<style>
 a { background-color: #3177D6; }

 a { background-color: rgb(49,119,214); }

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

border-color css

<style>
 span { border-color: #3177D6; }

 span { border-color: rgb(49,119,214); }

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