Shades of Curious Blue #328BCF
Tints of Curious Blue #328BCF
RGB
CMYK
RGB Variations
Color information
#328BCF (or 0x328BCF) is known color: Curious Blue. HEX triplet: 32, 8B and CF. RGB value is (50,139,207). Sum of RGB (Red+Green+Blue) = 50+139+207=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #328BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BCF is #CD7430. Grayscale: #777777. Windows color (decimal): -13464625 or 13601586. OLE color: 13601586.
HSL color Cylindrical-coordinate representation of color #328BCF: hue angle of 205.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328BCF is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 139 | 207 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.19 |
| HSL | 205.99º | 0.62% | 0.5% | - |
| HSV(B) | 205.99º | 0.76% | 0.81% | - |
| XYZ | 21.81 | 23.65 | 62.45 | - |
| YUV | 120.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 207 | 0.76 | 0.33 | 0 | 0.19 | 205.99 | 0.62 | 0.5 |
| Hex | 32 | 8B | CF | 4C | 21 | 0 | 13 | CE | 3E | 32 |
| Octal | 62 | 213 | 317 | 114 | 41 | 0 | 23 | 316 | 76 | 62 |
| Binary | 110010 | 10001011 | 11001111 | 1001100 | 100001 | 0 | 10011 | 11001110 | 111110 | 110010 |
Color Harmonies of #328BCF
Complementary color
Monochromatic Colors of #328BCF
Black with #328BCF
Text Example
Text Example
White with #328BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BCF; }
p { color: rgb(50,139,207); }
H1.HeaderClassName
{
color: #328BCF;
}
.AnyTagClassName
{
color: #328BCF;
}
</style>
background-color css
<style>
a { background-color: #328BCF; }
a { background-color: rgb(50,139,207); }
div.DivClassName
{
background-color: #328BCF;
}
.BgClassName
{
background-color: #328BCF;
}
</style>
border-color css
<style>
span { border-color: #328BCF; }
span { border-color: rgb(50,139,207); }
td.TdClassName
{
border-color: #328BCF;
}
.TagClassName
{
border-color: #328BCF;
}
</style>