Shades of Curious Blue #328AB7
Tints of Curious Blue #328AB7
RGB
CMYK
RGB Variations
Color information
#328AB7 (or 0x328AB7) is known color: Curious Blue. HEX triplet: 32, 8A and B7. RGB value is (50,138,183). Sum of RGB (Red+Green+Blue) = 50+138+183=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #328AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328AB7 is #CD7548. Grayscale: #747474. Windows color (decimal): -13464905 or 12028466. OLE color: 12028466.
HSL color Cylindrical-coordinate representation of color #328AB7: hue angle of 200.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328AB7 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 138 | 183 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.28 |
| HSL | 200.3º | 0.57% | 0.46% | - |
| HSV(B) | 200.3º | 0.73% | 0.72% | - |
| XYZ | 18.95 | 22.27 | 48.1 | - |
| YUV | 116.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 183 | 0.73 | 0.25 | 0 | 0.28 | 200.3 | 0.57 | 0.46 |
| Hex | 32 | 8A | B7 | 49 | 19 | 0 | 1C | C8 | 39 | 2E |
| Octal | 62 | 212 | 267 | 111 | 31 | 0 | 34 | 310 | 71 | 56 |
| Binary | 110010 | 10001010 | 10110111 | 1001001 | 11001 | 0 | 11100 | 11001000 | 111001 | 101110 |
Color Harmonies of #328AB7
Complementary color
Monochromatic Colors of #328AB7
Black with #328AB7
Text Example
Text Example
White with #328AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328AB7; }
p { color: rgb(50,138,183); }
H1.HeaderClassName
{
color: #328AB7;
}
.AnyTagClassName
{
color: #328AB7;
}
</style>
background-color css
<style>
a { background-color: #328AB7; }
a { background-color: rgb(50,138,183); }
div.DivClassName
{
background-color: #328AB7;
}
.BgClassName
{
background-color: #328AB7;
}
</style>
border-color css
<style>
span { border-color: #328AB7; }
span { border-color: rgb(50,138,183); }
td.TdClassName
{
border-color: #328AB7;
}
.TagClassName
{
border-color: #328AB7;
}
</style>