Shades of Curious Blue #328CCF
Tints of Curious Blue #328CCF
RGB
CMYK
RGB Variations
Color information
#328CCF (or 0x328CCF) is known color: Curious Blue. HEX triplet: 32, 8C and CF. RGB value is (50,140,207). Sum of RGB (Red+Green+Blue) = 50+140+207=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #328CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CCF is #CD7330. Grayscale: #787878. Windows color (decimal): -13464369 or 13601842. OLE color: 13601842.
HSL color Cylindrical-coordinate representation of color #328CCF: hue angle of 205.61º 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 #328CCF is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 140 | 207 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.19 |
| HSL | 205.61º | 0.62% | 0.5% | - |
| HSV(B) | 205.61º | 0.76% | 0.81% | - |
| XYZ | 21.96 | 23.94 | 62.5 | - |
| YUV | 120.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 207 | 0.76 | 0.32 | 0 | 0.19 | 205.61 | 0.62 | 0.5 |
| Hex | 32 | 8C | CF | 4C | 20 | 0 | 13 | CE | 3E | 32 |
| Octal | 62 | 214 | 317 | 114 | 40 | 0 | 23 | 316 | 76 | 62 |
| Binary | 110010 | 10001100 | 11001111 | 1001100 | 100000 | 0 | 10011 | 11001110 | 111110 | 110010 |
Color Harmonies of #328CCF
Complementary color
Monochromatic Colors of #328CCF
Black with #328CCF
Text Example
Text Example
White with #328CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CCF; }
p { color: rgb(50,140,207); }
H1.HeaderClassName
{
color: #328CCF;
}
.AnyTagClassName
{
color: #328CCF;
}
</style>
background-color css
<style>
a { background-color: #328CCF; }
a { background-color: rgb(50,140,207); }
div.DivClassName
{
background-color: #328CCF;
}
.BgClassName
{
background-color: #328CCF;
}
</style>
border-color css
<style>
span { border-color: #328CCF; }
span { border-color: rgb(50,140,207); }
td.TdClassName
{
border-color: #328CCF;
}
.TagClassName
{
border-color: #328CCF;
}
</style>