#3190C2

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

Shades of Curious Blue #3190C2

Tints of Curious Blue #3190C2

Color information

#3190C2 (or 0x3190C2) is unknown color: approx Curious Blue. HEX triplet: 31, 90 and C2. RGB value is (49,144,194). Sum of RGB (Red+Green+Blue) = 49+144+194=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #3190C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190C2 is #CE6F3D. Grayscale: #797979. Windows color (decimal): -13528894 or 12750897. OLE color: 12750897.

HSL color Cylindrical-coordinate representation of color #3190C2: hue angle of 200.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3190C2 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49144194-
CMYK0.750.2600.24
HSL200.69º59.67%47.65%-
HSV(B)200.69º74.74%76.08%-
XYZ20.9824.4954.66-
YUV121.29169.0376.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.66%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 194 (76.17% from 255) = 50.13%
R=12.66%
G=37.21%
B=50.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491441940.750.2600.24200.6959.6747.65
Hex3190C24B1A018c93c30
Octal61220302113320303117460
Binary110001100100001100001010010111101001100011001001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3190C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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