Shades of Curious Blue #3588BE
Tints of Curious Blue #3588BE
RGB
CMYK
RGB Variations
Color information
#3588BE (or 0x3588BE) is known color: Curious Blue. HEX triplet: 35, 88 and BE. RGB value is (53,136,190). Sum of RGB (Red+Green+Blue) = 53+136+190=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #3588BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3588BE is #CA7741. Grayscale: #757575. Windows color (decimal): -13268802 or 12486709. OLE color: 12486709.
HSL color Cylindrical-coordinate representation of color #3588BE: hue angle of 203.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3588BE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 136 | 190 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.25 |
| HSL | 203.65º | 0.56% | 0.48% | - |
| HSV(B) | 203.65º | 0.72% | 0.75% | - |
| XYZ | 19.57 | 22.08 | 51.95 | - |
| YUV | 117.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 190 | 0.72 | 0.28 | 0 | 0.25 | 203.65 | 0.56 | 0.48 |
| Hex | 35 | 88 | BE | 48 | 1C | 0 | 19 | CC | 38 | 30 |
| Octal | 65 | 210 | 276 | 110 | 34 | 0 | 31 | 314 | 70 | 60 |
| Binary | 110101 | 10001000 | 10111110 | 1001000 | 11100 | 0 | 11001 | 11001100 | 111000 | 110000 |
Color Harmonies of #3588BE
Complementary color
Monochromatic Colors of #3588BE
Black with #3588BE
Text Example
Text Example
White with #3588BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3588BE; }
p { color: rgb(53,136,190); }
H1.HeaderClassName
{
color: #3588BE;
}
.AnyTagClassName
{
color: #3588BE;
}
</style>
background-color css
<style>
a { background-color: #3588BE; }
a { background-color: rgb(53,136,190); }
div.DivClassName
{
background-color: #3588BE;
}
.BgClassName
{
background-color: #3588BE;
}
</style>
border-color css
<style>
span { border-color: #3588BE; }
span { border-color: rgb(53,136,190); }
td.TdClassName
{
border-color: #3588BE;
}
.TagClassName
{
border-color: #3588BE;
}
</style>