#328DD0

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

Shades of Curious Blue #328DD0

Tints of Curious Blue #328DD0

Color information

#328DD0 (or 0x328DD0) is unknown color: approx Curious Blue. HEX triplet: 32, 8D and D0. RGB value is (50,141,208). Sum of RGB (Red+Green+Blue) = 50+141+208=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #328DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DD0 is #CD722F. Grayscale: #797979. Windows color (decimal): -13464112 or 13667634. OLE color: 13667634.

HSL color Cylindrical-coordinate representation of color #328DD0: hue angle of 205.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328DD0 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB50141208-
CMYK0.760.3200.18
HSL205.44º62.7%50.59%-
HSV(B)205.44º75.96%81.57%-
XYZ22.2324.2863.19-
YUV121.43176.8577.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.53%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 208 (81.64% from 255) = 52.13%
R=12.53%
G=35.34%
B=52.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal501412080.760.3200.18205.4462.750.59
Hex328DD04C20012cd3f33
Octal62215320114400223157763
Binary1100101000110111010000100110010000001001011001101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,208); }

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

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

 a { background-color: rgb(50,141,208); }

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

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

 span { border-color: rgb(50,141,208); }

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