Shades of Curious Blue #328BBD
Tints of Curious Blue #328BBD
RGB
CMYK
RGB Variations
Color information
#328BBD (or 0x328BBD) is known color: Curious Blue. HEX triplet: 32, 8B and BD. RGB value is (50,139,189). Sum of RGB (Red+Green+Blue) = 50+139+189=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #328BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BBD is #CD7442. Grayscale: #757575. Windows color (decimal): -13464643 or 12421938. OLE color: 12421938.
HSL color Cylindrical-coordinate representation of color #328BBD: hue angle of 201.58º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328BBD is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 139 | 189 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.26 |
| HSL | 201.58º | 0.58% | 0.47% | - |
| HSV(B) | 201.58º | 0.74% | 0.74% | - |
| XYZ | 19.73 | 22.82 | 51.51 | - |
| YUV | 118.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 189 | 0.74 | 0.26 | 0 | 0.26 | 201.58 | 0.58 | 0.47 |
| Hex | 32 | 8B | BD | 4A | 1A | 0 | 1A | CA | 3A | 2F |
| Octal | 62 | 213 | 275 | 112 | 32 | 0 | 32 | 312 | 72 | 57 |
| Binary | 110010 | 10001011 | 10111101 | 1001010 | 11010 | 0 | 11010 | 11001010 | 111010 | 101111 |
Color Harmonies of #328BBD
Complementary color
Monochromatic Colors of #328BBD
Black with #328BBD
Text Example
Text Example
White with #328BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BBD; }
p { color: rgb(50,139,189); }
H1.HeaderClassName
{
color: #328BBD;
}
.AnyTagClassName
{
color: #328BBD;
}
</style>
background-color css
<style>
a { background-color: #328BBD; }
a { background-color: rgb(50,139,189); }
div.DivClassName
{
background-color: #328BBD;
}
.BgClassName
{
background-color: #328BBD;
}
</style>
border-color css
<style>
span { border-color: #328BBD; }
span { border-color: rgb(50,139,189); }
td.TdClassName
{
border-color: #328BBD;
}
.TagClassName
{
border-color: #328BBD;
}
</style>