#328DB8

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

Shades of Curious Blue #328DB8

Tints of Curious Blue #328DB8

Color information

#328DB8 (or 0x328DB8) is unknown color: approx Curious Blue. HEX triplet: 32, 8D and B8. RGB value is (50,141,184). Sum of RGB (Red+Green+Blue) = 50+141+184=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #328DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DB8 is #CD7247. Grayscale: #767676. Windows color (decimal): -13464136 or 12094770. OLE color: 12094770.

HSL color Cylindrical-coordinate representation of color #328DB8: hue angle of 199.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328DB8 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50141184-
CMYK0.730.2300.28
HSL199.25º57.26%45.88%-
HSV(B)199.25º72.83%72.16%-
XYZ19.4923.1948.8-
YUV118.69164.8579-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=13.33%
G=37.6%
B=49.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501411840.730.2300.28199.2557.2645.88
Hex328DB8491701Cc7392e
Octal62215270111270343077156
Binary110010100011011011100010010011011101110011000111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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