#3190BD

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

Shades of Curious Blue #3190BD

Tints of Curious Blue #3190BD

Color information

#3190BD (or 0x3190BD) is unknown color: approx Curious Blue. HEX triplet: 31, 90 and BD. RGB value is (49,144,189). Sum of RGB (Red+Green+Blue) = 49+144+189=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #3190BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190BD is #CE6F42. Grayscale: #787878. Windows color (decimal): -13528899 or 12423217. OLE color: 12423217.

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

Color convert

RGB49144189-
CMYK0.740.2400.26
HSL199.29º58.82%46.67%-
HSV(B)199.29º74.07%74.12%-
XYZ20.4324.2751.75-
YUV120.72166.5376.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.83%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=12.83%
G=37.70%
B=49.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491441890.740.2400.26199.2958.8246.67
Hex3190BD4A1801Ac73b2f
Octal61220275112300323077357
Binary110001100100001011110110010101100001101011000111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3190BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3190BD; }

 p { color: rgb(49,144,189); }

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

<style>
 a { background-color: #3190BD; }

 a { background-color: rgb(49,144,189); }

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

<style>
 span { border-color: #3190BD; }

 span { border-color: rgb(49,144,189); }

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