Shades of Curious Blue #3474BA
Tints of Curious Blue #3474BA
RGB
CMYK
RGB Variations
Color information
#3474BA (or 0x3474BA) is known color: Curious Blue. HEX triplet: 34, 74 and BA. RGB value is (52,116,186). Sum of RGB (Red+Green+Blue) = 52+116+186=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3474BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474BA is #CB8B45. Grayscale: #686868. Windows color (decimal): -13339462 or 12219444. OLE color: 12219444.
HSL color Cylindrical-coordinate representation of color #3474BA: hue angle of 211.34º 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 #3474BA is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 116 | 186 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.27 |
| HSL | 211.34º | 0.56% | 0.47% | - |
| HSV(B) | 211.34º | 0.72% | 0.73% | - |
| XYZ | 16.52 | 16.77 | 48.82 | - |
| YUV | 104.84 | 173.8 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 186 | 0.72 | 0.38 | 0 | 0.27 | 211.34 | 0.56 | 0.47 |
| Hex | 34 | 74 | BA | 48 | 26 | 0 | 1B | D3 | 38 | 2F |
| Octal | 64 | 164 | 272 | 110 | 46 | 0 | 33 | 323 | 70 | 57 |
| Binary | 110100 | 1110100 | 10111010 | 1001000 | 100110 | 0 | 11011 | 11010011 | 111000 | 101111 |
Color Harmonies of #3474BA
Complementary color
Monochromatic Colors of #3474BA
Black with #3474BA
Text Example
Text Example
White with #3474BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474BA; }
p { color: rgb(52,116,186); }
H1.HeaderClassName
{
color: #3474BA;
}
.AnyTagClassName
{
color: #3474BA;
}
</style>
background-color css
<style>
a { background-color: #3474BA; }
a { background-color: rgb(52,116,186); }
div.DivClassName
{
background-color: #3474BA;
}
.BgClassName
{
background-color: #3474BA;
}
</style>
border-color css
<style>
span { border-color: #3474BA; }
span { border-color: rgb(52,116,186); }
td.TdClassName
{
border-color: #3474BA;
}
.TagClassName
{
border-color: #3474BA;
}
</style>