Shades of Curious Blue #328ABC
Tints of Curious Blue #328ABC
RGB
CMYK
RGB Variations
Color information
#328ABC (or 0x328ABC) is known color: Curious Blue. HEX triplet: 32, 8A and BC. RGB value is (50,138,188). Sum of RGB (Red+Green+Blue) = 50+138+188=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #328ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ABC is #CD7543. Grayscale: #757575. Windows color (decimal): -13464900 or 12356146. OLE color: 12356146.
HSL color Cylindrical-coordinate representation of color #328ABC: hue angle of 201.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328ABC is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 138 | 188 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.26 |
| HSL | 201.74º | 0.58% | 0.47% | - |
| HSV(B) | 201.74º | 0.73% | 0.74% | - |
| XYZ | 19.48 | 22.49 | 50.89 | - |
| YUV | 117.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 188 | 0.73 | 0.27 | 0 | 0.26 | 201.74 | 0.58 | 0.47 |
| Hex | 32 | 8A | BC | 49 | 1B | 0 | 1A | CA | 3A | 2F |
| Octal | 62 | 212 | 274 | 111 | 33 | 0 | 32 | 312 | 72 | 57 |
| Binary | 110010 | 10001010 | 10111100 | 1001001 | 11011 | 0 | 11010 | 11001010 | 111010 | 101111 |
Color Harmonies of #328ABC
Complementary color
Monochromatic Colors of #328ABC
Black with #328ABC
Text Example
Text Example
White with #328ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ABC; }
p { color: rgb(50,138,188); }
H1.HeaderClassName
{
color: #328ABC;
}
.AnyTagClassName
{
color: #328ABC;
}
</style>
background-color css
<style>
a { background-color: #328ABC; }
a { background-color: rgb(50,138,188); }
div.DivClassName
{
background-color: #328ABC;
}
.BgClassName
{
background-color: #328ABC;
}
</style>
border-color css
<style>
span { border-color: #328ABC; }
span { border-color: rgb(50,138,188); }
td.TdClassName
{
border-color: #328ABC;
}
.TagClassName
{
border-color: #328ABC;
}
</style>