Shades of Curious Blue #3487B5
Tints of Curious Blue #3487B5
RGB
CMYK
RGB Variations
Color information
#3487B5 (or 0x3487B5) is known color: Curious Blue. HEX triplet: 34, 87 and B5. RGB value is (52,135,181). Sum of RGB (Red+Green+Blue) = 52+135+181=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #3487B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487B5 is #CB784A. Grayscale: #737373. Windows color (decimal): -13334603 or 11896628. OLE color: 11896628.
HSL color Cylindrical-coordinate representation of color #3487B5: hue angle of 201.4º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3487B5 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 135 | 181 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.29 |
| HSL | 201.4º | 0.55% | 0.46% | - |
| HSV(B) | 201.4º | 0.71% | 0.71% | - |
| XYZ | 18.42 | 21.39 | 46.87 | - |
| YUV | 115.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 181 | 0.71 | 0.25 | 0 | 0.29 | 201.4 | 0.55 | 0.46 |
| Hex | 34 | 87 | B5 | 47 | 19 | 0 | 1D | C9 | 37 | 2E |
| Octal | 64 | 207 | 265 | 107 | 31 | 0 | 35 | 311 | 67 | 56 |
| Binary | 110100 | 10000111 | 10110101 | 1000111 | 11001 | 0 | 11101 | 11001001 | 110111 | 101110 |
Color Harmonies of #3487B5
Complementary color
Monochromatic Colors of #3487B5
Black with #3487B5
Text Example
Text Example
White with #3487B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3487B5; }
p { color: rgb(52,135,181); }
H1.HeaderClassName
{
color: #3487B5;
}
.AnyTagClassName
{
color: #3487B5;
}
</style>
background-color css
<style>
a { background-color: #3487B5; }
a { background-color: rgb(52,135,181); }
div.DivClassName
{
background-color: #3487B5;
}
.BgClassName
{
background-color: #3487B5;
}
</style>
border-color css
<style>
span { border-color: #3487B5; }
span { border-color: rgb(52,135,181); }
td.TdClassName
{
border-color: #3487B5;
}
.TagClassName
{
border-color: #3487B5;
}
</style>