#3189BE

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

Shades of Curious Blue #3189BE

Tints of Curious Blue #3189BE

Color information

#3189BE (or 0x3189BE) is unknown color: approx Curious Blue. HEX triplet: 31, 89 and BE. RGB value is (49,137,190). Sum of RGB (Red+Green+Blue) = 49+137+190=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3189BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189BE is #CE7641. Grayscale: #747474. Windows color (decimal): -13530690 or 12486961. OLE color: 12486961.

HSL color Cylindrical-coordinate representation of color #3189BE: hue angle of 202.55º 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 #3189BE is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49137190-
CMYK0.740.2800.25
HSL202.55º59%46.86%-
HSV(B)202.55º74.21%74.51%-
XYZ19.5122.2651.98-
YUV116.73169.3579.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.03%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=13.03%
G=36.44%
B=50.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491371900.740.2800.25202.555946.86
Hex3189BE4A1C019cb3b2f
Octal61211276112340313137357
Binary110001100010011011111010010101110001100111001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3189BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3189BE; }

 p { color: rgb(49,137,190); }

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

<style>
 a { background-color: #3189BE; }

 a { background-color: rgb(49,137,190); }

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

<style>
 span { border-color: #3189BE; }

 span { border-color: rgb(49,137,190); }

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