#3290BF

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

Shades of Curious Blue #3290BF

Tints of Curious Blue #3290BF

Color information

#3290BF (or 0x3290BF) is unknown color: approx Curious Blue. HEX triplet: 32, 90 and BF. RGB value is (50,144,191). Sum of RGB (Red+Green+Blue) = 50+144+191=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #3290BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290BF is #CD6F40. Grayscale: #787878. Windows color (decimal): -13463361 or 12554290. OLE color: 12554290.

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

Color convert

RGB50144191-
CMYK0.740.2500.25
HSL200º58.51%47.25%-
HSV(B)200º73.82%74.9%-
XYZ20.6924.3952.91-
YUV121.25167.3677.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.99%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 191 (75% from 255) = 49.61%
R=12.99%
G=37.40%
B=49.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501441910.740.2500.2520058.5147.25
Hex3290BF4A19019c83b2f
Octal62220277112310313107357
Binary110010100100001011111110010101100101100111001000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3290BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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