#3292BE

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

Shades of Curious Blue #3292BE

Tints of Curious Blue #3292BE

Color information

#3292BE (or 0x3292BE) is unknown color: approx Curious Blue. HEX triplet: 32, 92 and BE. RGB value is (50,146,190). Sum of RGB (Red+Green+Blue) = 50+146+190=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #3292BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3292BE is #CD6D41. Grayscale: #7A7A7A. Windows color (decimal): -13462850 or 12489266. OLE color: 12489266.

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

Color convert

RGB50146190-
CMYK0.740.2300.25
HSL198.86º58.33%47.06%-
HSV(B)198.86º73.68%74.51%-
XYZ20.8924.9552.43-
YUV122.31166.276.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=12.95%
G=37.82%
B=49.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501461900.740.2300.25198.8658.3347.06
Hex3292BE4A17019c73a2f
Octal62222276112270313077257
Binary110010100100101011111010010101011101100111000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3292BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,146,190); }

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

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

 a { background-color: rgb(50,146,190); }

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

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

 span { border-color: rgb(50,146,190); }

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