#328CBA

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

Shades of Curious Blue #328CBA

Tints of Curious Blue #328CBA

Color information

#328CBA (or 0x328CBA) is unknown color: approx Curious Blue. HEX triplet: 32, 8C and BA. RGB value is (50,140,186). Sum of RGB (Red+Green+Blue) = 50+140+186=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #328CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CBA is #CD7345. Grayscale: #767676. Windows color (decimal): -13464390 or 12225586. OLE color: 12225586.

HSL color Cylindrical-coordinate representation of color #328CBA: hue angle of 200.29º 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 #328CBA is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50140186-
CMYK0.730.2500.27
HSL200.29º57.63%46.27%-
HSV(B)200.29º73.12%72.94%-
XYZ19.5622.9849.86-
YUV118.33166.1879.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.30%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=13.30%
G=37.23%
B=49.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501401860.730.2500.27200.2957.6346.27
Hex328CBA491901Bc83a2e
Octal62214272111310333107256
Binary110010100011001011101010010011100101101111001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328CBA; }

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

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

<style>
 a { background-color: #328CBA; }

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

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

<style>
 span { border-color: #328CBA; }

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

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