Shades of Curious Blue #3488BC
Tints of Curious Blue #3488BC
RGB
CMYK
RGB Variations
Color information
#3488BC (or 0x3488BC) is known color: Curious Blue. HEX triplet: 34, 88 and BC. RGB value is (52,136,188). Sum of RGB (Red+Green+Blue) = 52+136+188=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #3488BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488BC is #CB7743. Grayscale: #747474. Windows color (decimal): -13334340 or 12355636. OLE color: 12355636.
HSL color Cylindrical-coordinate representation of color #3488BC: hue angle of 202.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3488BC is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 136 | 188 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.26 |
| HSL | 202.94º | 0.57% | 0.47% | - |
| HSV(B) | 202.94º | 0.72% | 0.74% | - |
| XYZ | 19.3 | 21.97 | 50.8 | - |
| YUV | 116.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 188 | 0.72 | 0.28 | 0 | 0.26 | 202.94 | 0.57 | 0.47 |
| Hex | 34 | 88 | BC | 48 | 1C | 0 | 1A | CB | 39 | 2F |
| Octal | 64 | 210 | 274 | 110 | 34 | 0 | 32 | 313 | 71 | 57 |
| Binary | 110100 | 10001000 | 10111100 | 1001000 | 11100 | 0 | 11010 | 11001011 | 111001 | 101111 |
Color Harmonies of #3488BC
Complementary color
Monochromatic Colors of #3488BC
Black with #3488BC
Text Example
Text Example
White with #3488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488BC; }
p { color: rgb(52,136,188); }
H1.HeaderClassName
{
color: #3488BC;
}
.AnyTagClassName
{
color: #3488BC;
}
</style>
background-color css
<style>
a { background-color: #3488BC; }
a { background-color: rgb(52,136,188); }
div.DivClassName
{
background-color: #3488BC;
}
.BgClassName
{
background-color: #3488BC;
}
</style>
border-color css
<style>
span { border-color: #3488BC; }
span { border-color: rgb(52,136,188); }
td.TdClassName
{
border-color: #3488BC;
}
.TagClassName
{
border-color: #3488BC;
}
</style>