Html Css Color HEX #3176B7 Curious Blue

📋 copy color: '#3176B7'

red 49 ◦ green 118 ◦ blue 183

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

Shades of Curious Blue #3176B7

Tints of Curious Blue #3176B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.29%

R = 14%
G = 33.71%
B = 52.29%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3176B7 (or 0x3176B7) is known color: Curious Blue. HEX triplet: 31, 76 and B7. RGB value is (49,118,183). Sum of RGB (Red+Green+Blue) = 49+118+183=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #3176B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176B7 is #CE8948. Grayscale: #686868. Windows color (decimal): -13535561 or 12023345. OLE color: 12023345.

HSL color Cylindrical-coordinate representation of color #3176B7: hue angle of 209.1º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3176B7 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 118 183 -
CMYK 0.73 0.36 0 0.28
HSL 209.1º 0.58% 0.45% -
HSV(B) 209.1º 0.73% 0.72% -
XYZ 16.29 17.03 47.23 -
YUV 104.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 49 118 183 0.73 0.36 0 0.28 209.1 0.58 0.45
Hex 31 76 B7 49 24 0 1C D1 3A 2D
Octal 61 166 267 111 44 0 34 321 72 55
Binary 110001 1110110 10110111 1001001 100100 0 11100 11010001 111010 101101

Color Harmonies of #3176B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176B7

Black with #3176B7

Text Example


Text Example

White with #3176B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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