Shades of Curious Blue #328CBF
Tints of Curious Blue #328CBF
RGB
CMYK
RGB Variations
Color information
#328CBF (or 0x328CBF) is known color: Curious Blue. HEX triplet: 32, 8C and BF. RGB value is (50,140,191). Sum of RGB (Red+Green+Blue) = 50+140+191=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #328CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CBF is #CD7340. Grayscale: #767676. Windows color (decimal): -13464385 or 12553266. OLE color: 12553266.
HSL color Cylindrical-coordinate representation of color #328CBF: hue angle of 201.7º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328CBF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 140 | 191 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.25 |
| HSL | 201.7º | 0.59% | 0.47% | - |
| HSV(B) | 201.7º | 0.74% | 0.75% | - |
| XYZ | 20.1 | 23.2 | 52.71 | - |
| YUV | 118.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 191 | 0.74 | 0.27 | 0 | 0.25 | 201.7 | 0.59 | 0.47 |
| Hex | 32 | 8C | BF | 4A | 1B | 0 | 19 | CA | 3B | 2F |
| Octal | 62 | 214 | 277 | 112 | 33 | 0 | 31 | 312 | 73 | 57 |
| Binary | 110010 | 10001100 | 10111111 | 1001010 | 11011 | 0 | 11001 | 11001010 | 111011 | 101111 |
Color Harmonies of #328CBF
Complementary color
Monochromatic Colors of #328CBF
Black with #328CBF
Text Example
Text Example
White with #328CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CBF; }
p { color: rgb(50,140,191); }
H1.HeaderClassName
{
color: #328CBF;
}
.AnyTagClassName
{
color: #328CBF;
}
</style>
background-color css
<style>
a { background-color: #328CBF; }
a { background-color: rgb(50,140,191); }
div.DivClassName
{
background-color: #328CBF;
}
.BgClassName
{
background-color: #328CBF;
}
</style>
border-color css
<style>
span { border-color: #328CBF; }
span { border-color: rgb(50,140,191); }
td.TdClassName
{
border-color: #328CBF;
}
.TagClassName
{
border-color: #328CBF;
}
</style>