Shades of Curious Blue #347CBA
Tints of Curious Blue #347CBA
RGB
CMYK
RGB Variations
Color information
#347CBA (or 0x347CBA) is known color: Curious Blue. HEX triplet: 34, 7C and BA. RGB value is (52,124,186). Sum of RGB (Red+Green+Blue) = 52+124+186=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #347CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CBA is #CB8345. Grayscale: #6D6D6D. Windows color (decimal): -13337414 or 12221492. OLE color: 12221492.
HSL color Cylindrical-coordinate representation of color #347CBA: hue angle of 207.76º 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 #347CBA is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 124 | 186 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.27 |
| HSL | 207.76º | 0.56% | 0.47% | - |
| HSV(B) | 207.76º | 0.72% | 0.73% | - |
| XYZ | 17.49 | 18.69 | 49.14 | - |
| YUV | 109.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 186 | 0.72 | 0.33 | 0 | 0.27 | 207.76 | 0.56 | 0.47 |
| Hex | 34 | 7C | BA | 48 | 21 | 0 | 1B | D0 | 38 | 2F |
| Octal | 64 | 174 | 272 | 110 | 41 | 0 | 33 | 320 | 70 | 57 |
| Binary | 110100 | 1111100 | 10111010 | 1001000 | 100001 | 0 | 11011 | 11010000 | 111000 | 101111 |
Color Harmonies of #347CBA
Complementary color
Monochromatic Colors of #347CBA
Black with #347CBA
Text Example
Text Example
White with #347CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CBA; }
p { color: rgb(52,124,186); }
H1.HeaderClassName
{
color: #347CBA;
}
.AnyTagClassName
{
color: #347CBA;
}
</style>
background-color css
<style>
a { background-color: #347CBA; }
a { background-color: rgb(52,124,186); }
div.DivClassName
{
background-color: #347CBA;
}
.BgClassName
{
background-color: #347CBA;
}
</style>
border-color css
<style>
span { border-color: #347CBA; }
span { border-color: rgb(52,124,186); }
td.TdClassName
{
border-color: #347CBA;
}
.TagClassName
{
border-color: #347CBA;
}
</style>