Shades of Curious Blue #328ACD
Tints of Curious Blue #328ACD
RGB
CMYK
RGB Variations
Color information
#328ACD (or 0x328ACD) is known color: 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
| RGB | 50 | 138 | 205 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.20 |
| HSL | 205.94º | 0.61% | 0.5% | - |
| HSV(B) | 205.94º | 0.76% | 0.8% | - |
| XYZ | 21.42 | 23.26 | 61.12 | - |
| YUV | 119.33 | 176.35 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 205 | 0.76 | 0.33 | 0 | 0.20 | 205.94 | 0.61 | 0.5 |
| Hex | 32 | 8A | CD | 4C | 21 | 0 | 14 | CE | 3D | 32 |
| Octal | 62 | 212 | 315 | 114 | 41 | 0 | 24 | 316 | 75 | 62 |
| Binary | 110010 | 10001010 | 11001101 | 1001100 | 100001 | 0 | 10100 | 11001110 | 111101 | 110010 |
Color Harmonies of #328ACD
Complementary color
Monochromatic Colors of #328ACD
Black with #328ACD
Text Example
Text Example
White with #328ACD
Text Example
Text Example
HTML Codes & Css Web 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>