#328ABE

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

Shades of Curious Blue #328ABE

Tints of Curious Blue #328ABE

Color information

#328ABE (or 0x328ABE) is unknown color: approx Curious Blue. HEX triplet: 32, 8A and BE. RGB value is (50,138,190). Sum of RGB (Red+Green+Blue) = 50+138+190=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #328ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ABE is #CD7541. Grayscale: #757575. Windows color (decimal): -13464898 or 12487218. OLE color: 12487218.

HSL color Cylindrical-coordinate representation of color #328ABE: hue angle of 202.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328ABE is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50138190-
CMYK0.740.2700.25
HSL202.29º58.33%47.06%-
HSV(B)202.29º73.68%74.51%-
XYZ19.722.5752.03-
YUV117.62168.8579.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.23%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=13.23%
G=36.51%
B=50.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501381900.740.2700.25202.2958.3347.06
Hex328ABE4A1B019ca3a2f
Octal62212276112330313127257
Binary110010100010101011111010010101101101100111001010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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