Shades of Curious Blue #3488DC
Tints of Curious Blue #3488DC
RGB
CMYK
RGB Variations
Color information
#3488DC (or 0x3488DC) is known color: Curious Blue. HEX triplet: 34, 88 and DC. RGB value is (52,136,220). Sum of RGB (Red+Green+Blue) = 52+136+220=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #3488DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488DC is #CB7723. Grayscale: #787878. Windows color (decimal): -13334308 or 14452788. OLE color: 14452788.
HSL color Cylindrical-coordinate representation of color #3488DC: hue angle of 210º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3488DC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 136 | 220 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.14 |
| HSL | 210º | 0.71% | 0.53% | - |
| HSV(B) | 210º | 0.76% | 0.86% | - |
| XYZ | 23.14 | 23.51 | 71.03 | - |
| YUV | 120.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 220 | 0.76 | 0.38 | 0 | 0.14 | 210 | 0.71 | 0.53 |
| Hex | 34 | 88 | DC | 4C | 26 | 0 | E | D2 | 47 | 35 |
| Octal | 64 | 210 | 334 | 114 | 46 | 0 | 16 | 322 | 107 | 65 |
| Binary | 110100 | 10001000 | 11011100 | 1001100 | 100110 | 0 | 1110 | 11010010 | 1000111 | 110101 |
Color Harmonies of #3488DC
Complementary color
Monochromatic Colors of #3488DC
Black with #3488DC
Text Example
Text Example
White with #3488DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488DC; }
p { color: rgb(52,136,220); }
H1.HeaderClassName
{
color: #3488DC;
}
.AnyTagClassName
{
color: #3488DC;
}
</style>
background-color css
<style>
a { background-color: #3488DC; }
a { background-color: rgb(52,136,220); }
div.DivClassName
{
background-color: #3488DC;
}
.BgClassName
{
background-color: #3488DC;
}
</style>
border-color css
<style>
span { border-color: #3488DC; }
span { border-color: rgb(52,136,220); }
td.TdClassName
{
border-color: #3488DC;
}
.TagClassName
{
border-color: #3488DC;
}
</style>