#328AC9

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

Shades of Curious Blue #328AC9

Tints of Curious Blue #328AC9

Color information

#328AC9 (or 0x328AC9) is unknown color: approx Curious Blue. HEX triplet: 32, 8A and C9. RGB value is (50,138,201). Sum of RGB (Red+Green+Blue) = 50+138+201=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #328AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328AC9 is #CD7536. Grayscale: #767676. Windows color (decimal): -13464887 or 13208114. OLE color: 13208114.

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

Color convert

RGB50138201-
CMYK0.750.3100.21
HSL205.03º60.16%49.22%-
HSV(B)205.03º75.12%78.82%-
XYZ20.9523.0758.61-
YUV118.87174.3578.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.85%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 201 (78.91% from 255) = 51.67%
R=12.85%
G=35.48%
B=51.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501382010.750.3100.21205.0360.1649.22
Hex328AC94B1F015cd3c31
Octal62212311113370253157461
Binary110010100010101100100110010111111101010111001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,138,201); }

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

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

 a { background-color: rgb(50,138,201); }

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

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

 span { border-color: rgb(50,138,201); }

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