Shades of Curious Blue #3488CE
Tints of Curious Blue #3488CE
RGB
CMYK
RGB Variations
Color information
#3488CE (or 0x3488CE) is known color: Curious Blue. HEX triplet: 34, 88 and CE. RGB value is (52,136,206). Sum of RGB (Red+Green+Blue) = 52+136+206=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #3488CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488CE is #CB7731. Grayscale: #767676. Windows color (decimal): -13334322 or 13535284. OLE color: 13535284.
HSL color Cylindrical-coordinate representation of color #3488CE: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3488CE is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 136 | 206 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.19 |
| HSL | 207.27º | 0.61% | 0.51% | - |
| HSV(B) | 207.27º | 0.75% | 0.81% | - |
| XYZ | 21.36 | 22.79 | 61.67 | - |
| YUV | 118.86 | 177.17 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 206 | 0.75 | 0.34 | 0 | 0.19 | 207.27 | 0.61 | 0.51 |
| Hex | 34 | 88 | CE | 4B | 22 | 0 | 13 | CF | 3D | 33 |
| Octal | 64 | 210 | 316 | 113 | 42 | 0 | 23 | 317 | 75 | 63 |
| Binary | 110100 | 10001000 | 11001110 | 1001011 | 100010 | 0 | 10011 | 11001111 | 111101 | 110011 |
Color Harmonies of #3488CE
Complementary color
Monochromatic Colors of #3488CE
Black with #3488CE
Text Example
Text Example
White with #3488CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488CE; }
p { color: rgb(52,136,206); }
H1.HeaderClassName
{
color: #3488CE;
}
.AnyTagClassName
{
color: #3488CE;
}
</style>
background-color css
<style>
a { background-color: #3488CE; }
a { background-color: rgb(52,136,206); }
div.DivClassName
{
background-color: #3488CE;
}
.BgClassName
{
background-color: #3488CE;
}
</style>
border-color css
<style>
span { border-color: #3488CE; }
span { border-color: rgb(52,136,206); }
td.TdClassName
{
border-color: #3488CE;
}
.TagClassName
{
border-color: #3488CE;
}
</style>