#328BC6

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

Shades of Curious Blue #328BC6

Tints of Curious Blue #328BC6

Color information

#328BC6 (or 0x328BC6) is unknown color: approx Curious Blue. HEX triplet: 32, 8B and C6. RGB value is (50,139,198). Sum of RGB (Red+Green+Blue) = 50+139+198=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #328BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC6 is #CD7439. Grayscale: #767676. Windows color (decimal): -13464634 or 13011762. OLE color: 13011762.

HSL color Cylindrical-coordinate representation of color #328BC6: hue angle of 203.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328BC6 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50139198-
CMYK0.750.3000.22
HSL203.92º59.68%48.63%-
HSV(B)203.92º74.75%77.65%-
XYZ20.7423.2256.81-
YUV119.12172.5178.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.92%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 198 (77.73% from 255) = 51.16%
R=12.92%
G=35.92%
B=51.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501391980.750.3000.22203.9259.6848.63
Hex328BC64B1E016cc3c31
Octal62213306113360263147461
Binary110010100010111100011010010111111001011011001100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,139,198); }

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

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

 a { background-color: rgb(50,139,198); }

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

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

 span { border-color: rgb(50,139,198); }

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