#328ACD

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

Shades of Curious Blue #328ACD

Tints of Curious Blue #328ACD

Color information

#328ACD (or 0x328ACD) is unknown color: approx Curious Blue. HEX triplet: 32, 8A and CD. RGB value is (50,138,205). Sum of RGB (Red+Green+Blue) = 50+138+205=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #328ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ACD is #CD7532. Grayscale: #767676. Windows color (decimal): -13464883 or 13470258. OLE color: 13470258.

HSL color Cylindrical-coordinate representation of color #328ACD: hue angle of 205.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328ACD is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50138205-
CMYK0.760.3300.20
HSL205.94º60.78%50%-
HSV(B)205.94º75.61%80.39%-
XYZ21.4223.2661.12-
YUV119.33176.3578.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.72%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=12.72%
G=35.11%
B=52.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501382050.760.3300.20205.9460.7850
Hex328ACD4C21014ce3d32
Octal62212315114410243167562
Binary1100101000101011001101100110010000101010011001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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