#3188C2

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

Shades of Curious Blue #3188C2

Tints of Curious Blue #3188C2

Color information

#3188C2 (or 0x3188C2) is unknown color: approx Curious Blue. HEX triplet: 31, 88 and C2. RGB value is (49,136,194). Sum of RGB (Red+Green+Blue) = 49+136+194=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #3188C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188C2 is #CE773D. Grayscale: #747474. Windows color (decimal): -13530942 or 12748849. OLE color: 12748849.

HSL color Cylindrical-coordinate representation of color #3188C2: hue angle of 204º 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 #3188C2 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB49136194-
CMYK0.750.3000.24
HSL204º59.67%47.65%-
HSV(B)204º74.74%76.08%-
XYZ19.8122.1654.27-
YUV116.6171.6879.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.93%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 194 (76.17% from 255) = 51.19%
R=12.93%
G=35.88%
B=51.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491361940.750.3000.2420459.6747.65
Hex3188C24B1E018cc3c30
Octal61210302113360303147460
Binary110001100010001100001010010111111001100011001100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3188C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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