#3191BF

Color #3191BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3191BF

Tints of Curious Blue #3191BF

Color information

#3191BF (or 0x3191BF) is unknown color: approx Curious Blue. HEX triplet: 31, 91 and BF. RGB value is (49,145,191). Sum of RGB (Red+Green+Blue) = 49+145+191=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #3191BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191BF is #CE6E40. Grayscale: #797979. Windows color (decimal): -13528641 or 12554545. OLE color: 12554545.

HSL color Cylindrical-coordinate representation of color #3191BF: hue angle of 199.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3191BF is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49145191-
CMYK0.740.2400.25
HSL199.44º59.17%47.06%-
HSV(B)199.44º74.35%74.9%-
XYZ20.824.6752.96-
YUV121.54167.276.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.73%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 191 (75% from 255) = 49.61%
R=12.73%
G=37.66%
B=49.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491451910.740.2400.25199.4459.1747.06
Hex3191BF4A18019c73b2f
Octal61221277112300313077357
Binary110001100100011011111110010101100001100111000111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3191BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3191BF; }

 p { color: rgb(49,145,191); }

 H1.HeaderClassName
 {
   color: #3191BF;
 }
 .AnyTagClassName
 {
   color: #3191BF;
 }
</style>
background-color css

<style>
 a { background-color: #3191BF; }

 a { background-color: rgb(49,145,191); }

 div.DivClassName
 {
   background-color: #3191BF;
 }
 .BgClassName
 {
   background-color: #3191BF;
 }
</style>
border-color css

<style>
 span { border-color: #3191BF; }

 span { border-color: rgb(49,145,191); }

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