Shades of Curious Blue #328ACB
Tints of Curious Blue #328ACB
RGB
CMYK
RGB Variations
Color information
#328ACB (or 0x328ACB) is known color: Curious Blue. HEX triplet: 32, 8A and CB. RGB value is (50,138,203). Sum of RGB (Red+Green+Blue) = 50+138+203=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #328ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ACB is #CD7534. Grayscale: #767676. Windows color (decimal): -13464885 or 13339186. OLE color: 13339186.
HSL color Cylindrical-coordinate representation of color #328ACB: hue angle of 205.49º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328ACB is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 138 | 203 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.20 |
| HSL | 205.49º | 0.6% | 0.5% | - |
| HSV(B) | 205.49º | 0.75% | 0.8% | - |
| XYZ | 21.18 | 23.17 | 59.86 | - |
| YUV | 119.1 | 175.35 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 203 | 0.75 | 0.32 | 0 | 0.20 | 205.49 | 0.6 | 0.5 |
| Hex | 32 | 8A | CB | 4B | 20 | 0 | 14 | CD | 3C | 32 |
| Octal | 62 | 212 | 313 | 113 | 40 | 0 | 24 | 315 | 74 | 62 |
| Binary | 110010 | 10001010 | 11001011 | 1001011 | 100000 | 0 | 10100 | 11001101 | 111100 | 110010 |
Color Harmonies of #328ACB
Complementary color
Monochromatic Colors of #328ACB
Black with #328ACB
Text Example
Text Example
White with #328ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ACB; }
p { color: rgb(50,138,203); }
H1.HeaderClassName
{
color: #328ACB;
}
.AnyTagClassName
{
color: #328ACB;
}
</style>
background-color css
<style>
a { background-color: #328ACB; }
a { background-color: rgb(50,138,203); }
div.DivClassName
{
background-color: #328ACB;
}
.BgClassName
{
background-color: #328ACB;
}
</style>
border-color css
<style>
span { border-color: #328ACB; }
span { border-color: rgb(50,138,203); }
td.TdClassName
{
border-color: #328ACB;
}
.TagClassName
{
border-color: #328ACB;
}
</style>