#3290BA

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

Shades of Curious Blue #3290BA

Tints of Curious Blue #3290BA

Color information

#3290BA (or 0x3290BA) is unknown color: approx Curious Blue. HEX triplet: 32, 90 and BA. RGB value is (50,144,186). Sum of RGB (Red+Green+Blue) = 50+144+186=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #3290BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290BA is #CD6F45. Grayscale: #787878. Windows color (decimal): -13463366 or 12226610. OLE color: 12226610.

HSL color Cylindrical-coordinate representation of color #3290BA: hue angle of 198.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3290BA is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50144186-
CMYK0.730.2300.27
HSL198.53º57.63%46.27%-
HSV(B)198.53º73.12%72.94%-
XYZ20.1524.1750.06-
YUV120.68164.8677.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.16%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=13.16%
G=37.89%
B=48.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501441860.730.2300.27198.5357.6346.27
Hex3290BA491701Bc73a2e
Octal62220272111270333077256
Binary110010100100001011101010010011011101101111000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3290BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3290BA; }

 p { color: rgb(50,144,186); }

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

<style>
 a { background-color: #3290BA; }

 a { background-color: rgb(50,144,186); }

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

<style>
 span { border-color: #3290BA; }

 span { border-color: rgb(50,144,186); }

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