Shades of Curious Blue #3488BF
Tints of Curious Blue #3488BF
RGB
CMYK
RGB Variations
Color information
#3488BF (or 0x3488BF) is known color: Curious Blue. HEX triplet: 34, 88 and BF. RGB value is (52,136,191). Sum of RGB (Red+Green+Blue) = 52+136+191=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #3488BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488BF is #CB7740. Grayscale: #747474. Windows color (decimal): -13334337 or 12552244. OLE color: 12552244.
HSL color Cylindrical-coordinate representation of color #3488BF: hue angle of 203.74º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3488BF is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 136 | 191 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.25 |
| HSL | 203.74º | 0.57% | 0.48% | - |
| HSV(B) | 203.74º | 0.73% | 0.75% | - |
| XYZ | 19.62 | 22.1 | 52.52 | - |
| YUV | 117.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 191 | 0.73 | 0.29 | 0 | 0.25 | 203.74 | 0.57 | 0.48 |
| Hex | 34 | 88 | BF | 49 | 1D | 0 | 19 | CC | 39 | 30 |
| Octal | 64 | 210 | 277 | 111 | 35 | 0 | 31 | 314 | 71 | 60 |
| Binary | 110100 | 10001000 | 10111111 | 1001001 | 11101 | 0 | 11001 | 11001100 | 111001 | 110000 |
Color Harmonies of #3488BF
Complementary color
Monochromatic Colors of #3488BF
Black with #3488BF
Text Example
Text Example
White with #3488BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488BF; }
p { color: rgb(52,136,191); }
H1.HeaderClassName
{
color: #3488BF;
}
.AnyTagClassName
{
color: #3488BF;
}
</style>
background-color css
<style>
a { background-color: #3488BF; }
a { background-color: rgb(52,136,191); }
div.DivClassName
{
background-color: #3488BF;
}
.BgClassName
{
background-color: #3488BF;
}
</style>
border-color css
<style>
span { border-color: #3488BF; }
span { border-color: rgb(52,136,191); }
td.TdClassName
{
border-color: #3488BF;
}
.TagClassName
{
border-color: #3488BF;
}
</style>