Shades of Curious Blue #3288BC
Tints of Curious Blue #3288BC
RGB
CMYK
RGB Variations
Color information
#3288BC (or 0x3288BC) is known color: Curious Blue. HEX triplet: 32, 88 and BC. RGB value is (50,136,188). Sum of RGB (Red+Green+Blue) = 50+136+188=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #3288BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288BC is #CD7743. Grayscale: #737373. Windows color (decimal): -13465412 or 12355634. OLE color: 12355634.
HSL color Cylindrical-coordinate representation of color #3288BC: hue angle of 202.61º 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 #3288BC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 136 | 188 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.26 |
| HSL | 202.61º | 0.58% | 0.47% | - |
| HSV(B) | 202.61º | 0.73% | 0.74% | - |
| XYZ | 19.2 | 21.92 | 50.8 | - |
| YUV | 116.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 188 | 0.73 | 0.28 | 0 | 0.26 | 202.61 | 0.58 | 0.47 |
| Hex | 32 | 88 | BC | 49 | 1C | 0 | 1A | CB | 3A | 2F |
| Octal | 62 | 210 | 274 | 111 | 34 | 0 | 32 | 313 | 72 | 57 |
| Binary | 110010 | 10001000 | 10111100 | 1001001 | 11100 | 0 | 11010 | 11001011 | 111010 | 101111 |
Color Harmonies of #3288BC
Complementary color
Monochromatic Colors of #3288BC
Black with #3288BC
Text Example
Text Example
White with #3288BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288BC; }
p { color: rgb(50,136,188); }
H1.HeaderClassName
{
color: #3288BC;
}
.AnyTagClassName
{
color: #3288BC;
}
</style>
background-color css
<style>
a { background-color: #3288BC; }
a { background-color: rgb(50,136,188); }
div.DivClassName
{
background-color: #3288BC;
}
.BgClassName
{
background-color: #3288BC;
}
</style>
border-color css
<style>
span { border-color: #3288BC; }
span { border-color: rgb(50,136,188); }
td.TdClassName
{
border-color: #3288BC;
}
.TagClassName
{
border-color: #3288BC;
}
</style>