Shades of Curious Blue #347CBB
Tints of Curious Blue #347CBB
RGB
CMYK
RGB Variations
Color information
#347CBB (or 0x347CBB) is known color: Curious Blue. HEX triplet: 34, 7C and BB. RGB value is (52,124,187). Sum of RGB (Red+Green+Blue) = 52+124+187=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #347CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CBB is #CB8344. Grayscale: #6D6D6D. Windows color (decimal): -13337413 or 12287028. OLE color: 12287028.
HSL color Cylindrical-coordinate representation of color #347CBB: hue angle of 208º 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 #347CBB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 124 | 187 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.27 |
| HSL | 208º | 0.56% | 0.47% | - |
| HSV(B) | 208º | 0.72% | 0.73% | - |
| XYZ | 17.59 | 18.73 | 49.7 | - |
| YUV | 109.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 187 | 0.72 | 0.34 | 0 | 0.27 | 208 | 0.56 | 0.47 |
| Hex | 34 | 7C | BB | 48 | 22 | 0 | 1B | D0 | 38 | 2F |
| Octal | 64 | 174 | 273 | 110 | 42 | 0 | 33 | 320 | 70 | 57 |
| Binary | 110100 | 1111100 | 10111011 | 1001000 | 100010 | 0 | 11011 | 11010000 | 111000 | 101111 |
Color Harmonies of #347CBB
Complementary color
Monochromatic Colors of #347CBB
Black with #347CBB
Text Example
Text Example
White with #347CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CBB; }
p { color: rgb(52,124,187); }
H1.HeaderClassName
{
color: #347CBB;
}
.AnyTagClassName
{
color: #347CBB;
}
</style>
background-color css
<style>
a { background-color: #347CBB; }
a { background-color: rgb(52,124,187); }
div.DivClassName
{
background-color: #347CBB;
}
.BgClassName
{
background-color: #347CBB;
}
</style>
border-color css
<style>
span { border-color: #347CBB; }
span { border-color: rgb(52,124,187); }
td.TdClassName
{
border-color: #347CBB;
}
.TagClassName
{
border-color: #347CBB;
}
</style>