Shades of Curious Blue #3472BB
Tints of Curious Blue #3472BB
RGB
CMYK
RGB Variations
Color information
#3472BB (or 0x3472BB) is known color: Curious Blue. HEX triplet: 34, 72 and BB. RGB value is (52,114,187). Sum of RGB (Red+Green+Blue) = 52+114+187=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #3472BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3472BB is #CB8D44. Grayscale: #676767. Windows color (decimal): -13339973 or 12284468. OLE color: 12284468.
HSL color Cylindrical-coordinate representation of color #3472BB: hue angle of 212.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3472BB is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 114 | 187 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.27 |
| HSL | 212.44º | 0.56% | 0.47% | - |
| HSV(B) | 212.44º | 0.72% | 0.73% | - |
| XYZ | 16.4 | 16.35 | 49.31 | - |
| YUV | 103.78 | 174.96 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 187 | 0.72 | 0.39 | 0 | 0.27 | 212.44 | 0.56 | 0.47 |
| Hex | 34 | 72 | BB | 48 | 27 | 0 | 1B | D4 | 38 | 2F |
| Octal | 64 | 162 | 273 | 110 | 47 | 0 | 33 | 324 | 70 | 57 |
| Binary | 110100 | 1110010 | 10111011 | 1001000 | 100111 | 0 | 11011 | 11010100 | 111000 | 101111 |
Color Harmonies of #3472BB
Complementary color
Monochromatic Colors of #3472BB
Black with #3472BB
Text Example
Text Example
White with #3472BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3472BB; }
p { color: rgb(52,114,187); }
H1.HeaderClassName
{
color: #3472BB;
}
.AnyTagClassName
{
color: #3472BB;
}
</style>
background-color css
<style>
a { background-color: #3472BB; }
a { background-color: rgb(52,114,187); }
div.DivClassName
{
background-color: #3472BB;
}
.BgClassName
{
background-color: #3472BB;
}
</style>
border-color css
<style>
span { border-color: #3472BB; }
span { border-color: rgb(52,114,187); }
td.TdClassName
{
border-color: #3472BB;
}
.TagClassName
{
border-color: #3472BB;
}
</style>