#328CC6

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

Shades of Curious Blue #328CC6

Tints of Curious Blue #328CC6

Color information

#328CC6 (or 0x328CC6) is unknown color: approx Curious Blue. HEX triplet: 32, 8C and C6. RGB value is (50,140,198). Sum of RGB (Red+Green+Blue) = 50+140+198=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #328CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CC6 is #CD7339. Grayscale: #777777. Windows color (decimal): -13464378 or 13012018. OLE color: 13012018.

HSL color Cylindrical-coordinate representation of color #328CC6: hue angle of 203.51º 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 #328CC6 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50140198-
CMYK0.750.2900.22
HSL203.51º59.68%48.63%-
HSV(B)203.51º74.75%77.65%-
XYZ20.8923.5156.86-
YUV119.7172.1878.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.89%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 198 (77.73% from 255) = 51.03%
R=12.89%
G=36.08%
B=51.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501401980.750.2900.22203.5159.6848.63
Hex328CC64B1D016cc3c31
Octal62214306113350263147461
Binary110010100011001100011010010111110101011011001100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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