Shades of Curious Blue #3484CE
Tints of Curious Blue #3484CE
RGB
CMYK
RGB Variations
Color information
#3484CE (or 0x3484CE) is known color: Curious Blue. HEX triplet: 34, 84 and CE. RGB value is (52,132,206). Sum of RGB (Red+Green+Blue) = 52+132+206=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #3484CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484CE is #CB7B31. Grayscale: #747474. Windows color (decimal): -13335346 or 13534260. OLE color: 13534260.
HSL color Cylindrical-coordinate representation of color #3484CE: hue angle of 208.83º 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 #3484CE is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 132 | 206 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.19 |
| HSL | 208.83º | 0.61% | 0.51% | - |
| HSV(B) | 208.83º | 0.75% | 0.81% | - |
| XYZ | 20.81 | 21.69 | 61.48 | - |
| YUV | 116.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 206 | 0.75 | 0.36 | 0 | 0.19 | 208.83 | 0.61 | 0.51 |
| Hex | 34 | 84 | CE | 4B | 24 | 0 | 13 | D1 | 3D | 33 |
| Octal | 64 | 204 | 316 | 113 | 44 | 0 | 23 | 321 | 75 | 63 |
| Binary | 110100 | 10000100 | 11001110 | 1001011 | 100100 | 0 | 10011 | 11010001 | 111101 | 110011 |
Color Harmonies of #3484CE
Complementary color
Monochromatic Colors of #3484CE
Black with #3484CE
Text Example
Text Example
White with #3484CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3484CE; }
p { color: rgb(52,132,206); }
H1.HeaderClassName
{
color: #3484CE;
}
.AnyTagClassName
{
color: #3484CE;
}
</style>
background-color css
<style>
a { background-color: #3484CE; }
a { background-color: rgb(52,132,206); }
div.DivClassName
{
background-color: #3484CE;
}
.BgClassName
{
background-color: #3484CE;
}
</style>
border-color css
<style>
span { border-color: #3484CE; }
span { border-color: rgb(52,132,206); }
td.TdClassName
{
border-color: #3484CE;
}
.TagClassName
{
border-color: #3484CE;
}
</style>