#3291C3

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

Shades of Curious Blue #3291C3

Tints of Curious Blue #3291C3

Color information

#3291C3 (or 0x3291C3) is unknown color: approx Curious Blue. HEX triplet: 32, 91 and C3. RGB value is (50,145,195). Sum of RGB (Red+Green+Blue) = 50+145+195=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #3291C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291C3 is #CD6E3C. Grayscale: #7A7A7A. Windows color (decimal): -13463101 or 12816690. OLE color: 12816690.

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

Color convert

RGB50145195-
CMYK0.740.2600.24
HSL200.69º59.18%48.04%-
HSV(B)200.69º74.36%76.47%-
XYZ21.2924.8755.31-
YUV122.3169.0376.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.82%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 195 (76.56% from 255) = 50%
R=12.82%
G=37.18%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501451950.740.2600.24200.6959.1848.04
Hex3291C34A1A018c93b30
Octal62221303112320303117360
Binary110010100100011100001110010101101001100011001001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3291C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3291C3; }

 p { color: rgb(50,145,195); }

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

<style>
 a { background-color: #3291C3; }

 a { background-color: rgb(50,145,195); }

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

<style>
 span { border-color: #3291C3; }

 span { border-color: rgb(50,145,195); }

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