Html Css Color HEX #3176B8 Curious Blue

📋 copy color: '#3176B8'

red 49 ◦ green 118 ◦ blue 184

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

Shades of Curious Blue #3176B8

Tints of Curious Blue #3176B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.42%

R = 13.96%
G = 33.62%
B = 52.42%

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

#3176B8 (or 0x3176B8) is known color: Curious Blue. HEX triplet: 31, 76 and B8. RGB value is (49,118,184). Sum of RGB (Red+Green+Blue) = 49+118+184=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #3176B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176B8 is #CE8947. Grayscale: #686868. Windows color (decimal): -13535560 or 12088881. OLE color: 12088881.

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

Color convert

RGB 49 118 184 -
CMYK 0.73 0.36 0 0.28
HSL 209.33º 0.58% 0.46% -
HSV(B) 209.33º 0.73% 0.72% -
XYZ 16.4 17.07 47.78 -
YUV 104.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 49 118 184 0.73 0.36 0 0.28 209.33 0.58 0.46
Hex 31 76 B8 49 24 0 1C D1 3A 2E
Octal 61 166 270 111 44 0 34 321 72 56
Binary 110001 1110110 10111000 1001001 100100 0 11100 11010001 111010 101110

Color Harmonies of #3176B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176B8

Black with #3176B8

Text Example


Text Example

White with #3176B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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