Shades of Curious Blue #3288CA
Tints of Curious Blue #3288CA
RGB
CMYK
RGB Variations
Color information
#3288CA (or 0x3288CA) is known color: Curious Blue. HEX triplet: 32, 88 and CA. RGB value is (50,136,202). Sum of RGB (Red+Green+Blue) = 50+136+202=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #3288CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288CA is #CD7735. Grayscale: #757575. Windows color (decimal): -13465398 or 13273138. OLE color: 13273138.
HSL color Cylindrical-coordinate representation of color #3288CA: hue angle of 206.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3288CA is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 136 | 202 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.21 |
| HSL | 206.05º | 0.6% | 0.49% | - |
| HSV(B) | 206.05º | 0.75% | 0.79% | - |
| XYZ | 20.78 | 22.55 | 59.13 | - |
| YUV | 117.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 202 | 0.75 | 0.33 | 0 | 0.21 | 206.05 | 0.6 | 0.49 |
| Hex | 32 | 88 | CA | 4B | 21 | 0 | 15 | CE | 3C | 31 |
| Octal | 62 | 210 | 312 | 113 | 41 | 0 | 25 | 316 | 74 | 61 |
| Binary | 110010 | 10001000 | 11001010 | 1001011 | 100001 | 0 | 10101 | 11001110 | 111100 | 110001 |
Color Harmonies of #3288CA
Complementary color
Monochromatic Colors of #3288CA
Black with #3288CA
Text Example
Text Example
White with #3288CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288CA; }
p { color: rgb(50,136,202); }
H1.HeaderClassName
{
color: #3288CA;
}
.AnyTagClassName
{
color: #3288CA;
}
</style>
background-color css
<style>
a { background-color: #3288CA; }
a { background-color: rgb(50,136,202); }
div.DivClassName
{
background-color: #3288CA;
}
.BgClassName
{
background-color: #3288CA;
}
</style>
border-color css
<style>
span { border-color: #3288CA; }
span { border-color: rgb(50,136,202); }
td.TdClassName
{
border-color: #3288CA;
}
.TagClassName
{
border-color: #3288CA;
}
</style>