Shades of Curious Blue #328ABB
Tints of Curious Blue #328ABB
RGB
CMYK
RGB Variations
Color information
#328ABB (or 0x328ABB) is known color: Curious Blue. HEX triplet: 32, 8A and BB. RGB value is (50,138,187). Sum of RGB (Red+Green+Blue) = 50+138+187=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #328ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ABB is #CD7544. Grayscale: #747474. Windows color (decimal): -13464901 or 12290610. OLE color: 12290610.
HSL color Cylindrical-coordinate representation of color #328ABB: hue angle of 201.46º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328ABB is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 138 | 187 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.27 |
| HSL | 201.46º | 0.58% | 0.46% | - |
| HSV(B) | 201.46º | 0.73% | 0.73% | - |
| XYZ | 19.37 | 22.44 | 50.32 | - |
| YUV | 117.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 187 | 0.73 | 0.26 | 0 | 0.27 | 201.46 | 0.58 | 0.46 |
| Hex | 32 | 8A | BB | 49 | 1A | 0 | 1B | C9 | 3A | 2E |
| Octal | 62 | 212 | 273 | 111 | 32 | 0 | 33 | 311 | 72 | 56 |
| Binary | 110010 | 10001010 | 10111011 | 1001001 | 11010 | 0 | 11011 | 11001001 | 111010 | 101110 |
Color Harmonies of #328ABB
Complementary color
Monochromatic Colors of #328ABB
Black with #328ABB
Text Example
Text Example
White with #328ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ABB; }
p { color: rgb(50,138,187); }
H1.HeaderClassName
{
color: #328ABB;
}
.AnyTagClassName
{
color: #328ABB;
}
</style>
background-color css
<style>
a { background-color: #328ABB; }
a { background-color: rgb(50,138,187); }
div.DivClassName
{
background-color: #328ABB;
}
.BgClassName
{
background-color: #328ABB;
}
</style>
border-color css
<style>
span { border-color: #328ABB; }
span { border-color: rgb(50,138,187); }
td.TdClassName
{
border-color: #328ABB;
}
.TagClassName
{
border-color: #328ABB;
}
</style>