Html Css Color HEX #3176BA Curious Blue

📋 copy color: '#3176BA'

red 49 ◦ green 118 ◦ blue 186

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

Shades of Curious Blue #3176BA

Tints of Curious Blue #3176BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 13.88%
G = 33.43%
B = 52.69%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3176BA (or 0x3176BA) is known color: Curious Blue. HEX triplet: 31, 76 and BA. RGB value is (49,118,186). Sum of RGB (Red+Green+Blue) = 49+118+186=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #3176BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176BA is #CE8945. Grayscale: #686868. Windows color (decimal): -13535558 or 12219953. OLE color: 12219953.

HSL color Cylindrical-coordinate representation of color #3176BA: hue angle of 209.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3176BA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 118 186 -
CMYK 0.74 0.37 0 0.27
HSL 209.78º 0.58% 0.46% -
HSV(B) 209.78º 0.74% 0.73% -
XYZ 16.61 17.16 48.89 -
YUV 105.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 49 118 186 0.74 0.37 0 0.27 209.78 0.58 0.46
Hex 31 76 BA 4A 25 0 1B D2 3A 2E
Octal 61 166 272 112 45 0 33 322 72 56
Binary 110001 1110110 10111010 1001010 100101 0 11011 11010010 111010 101110

Color Harmonies of #3176BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176BA

Black with #3176BA

Text Example


Text Example

White with #3176BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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