Shades of Curious Blue #328ABA
Tints of Curious Blue #328ABA
RGB
CMYK
RGB Variations
Color information
#328ABA (or 0x328ABA) is known color: Curious Blue. HEX triplet: 32, 8A and BA. RGB value is (50,138,186). Sum of RGB (Red+Green+Blue) = 50+138+186=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #328ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ABA is #CD7545. Grayscale: #747474. Windows color (decimal): -13464902 or 12225074. OLE color: 12225074.
HSL color Cylindrical-coordinate representation of color #328ABA: hue angle of 201.18º 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 #328ABA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 138 | 186 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.27 |
| HSL | 201.18º | 0.58% | 0.46% | - |
| HSV(B) | 201.18º | 0.73% | 0.73% | - |
| XYZ | 19.27 | 22.4 | 49.76 | - |
| YUV | 117.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 186 | 0.73 | 0.26 | 0 | 0.27 | 201.18 | 0.58 | 0.46 |
| Hex | 32 | 8A | BA | 49 | 1A | 0 | 1B | C9 | 3A | 2E |
| Octal | 62 | 212 | 272 | 111 | 32 | 0 | 33 | 311 | 72 | 56 |
| Binary | 110010 | 10001010 | 10111010 | 1001001 | 11010 | 0 | 11011 | 11001001 | 111010 | 101110 |
Color Harmonies of #328ABA
Complementary color
Monochromatic Colors of #328ABA
Black with #328ABA
Text Example
Text Example
White with #328ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ABA; }
p { color: rgb(50,138,186); }
H1.HeaderClassName
{
color: #328ABA;
}
.AnyTagClassName
{
color: #328ABA;
}
</style>
background-color css
<style>
a { background-color: #328ABA; }
a { background-color: rgb(50,138,186); }
div.DivClassName
{
background-color: #328ABA;
}
.BgClassName
{
background-color: #328ABA;
}
</style>
border-color css
<style>
span { border-color: #328ABA; }
span { border-color: rgb(50,138,186); }
td.TdClassName
{
border-color: #328ABA;
}
.TagClassName
{
border-color: #328ABA;
}
</style>