#328bdc

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

Shades of Curious Blue #328BDC

Tints of Curious Blue #328BDC

Color information

#328BDC (or 0x328BDC) is unknown color: approx Curious Blue. HEX triplet: 32, 8B and DC. RGB value is (50,139,220). Sum of RGB (Red+Green+Blue) = 50+139+220=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #328BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BDC is #CD7423. Grayscale: #797979. Windows color (decimal): -13464612 or 14453554. OLE color: 14453554.

HSL color Cylindrical-coordinate representation of color #328BDC: hue angle of 208.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328BDC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB50139220-
CMYK0.770.3700.14
HSL208.59º70.83%52.94%-
HSV(B)208.59º77.27%86.27%-
XYZ23.4724.3171.17-
YUV121.62183.5176.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.22%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 220 (86.33% from 255) = 53.79%
R=12.22%
G=33.99%
B=53.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501392200.770.3700.14208.5970.8352.94
Hex328BDC4D250Ed14735
Octal622133341154501632110765
Binary1100101000101111011100100110110010101110110100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,139,220); }

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

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

 a { background-color: rgb(50,139,220); }

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

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

 span { border-color: rgb(50,139,220); }

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