Shades of Curious Blue #347BBB
Tints of Curious Blue #347BBB
RGB
CMYK
RGB Variations
Color information
#347BBB (or 0x347BBB) is known color: Curious Blue. HEX triplet: 34, 7B and BB. RGB value is (52,123,187). Sum of RGB (Red+Green+Blue) = 52+123+187=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #347BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BBB is #CB8444. Grayscale: #6C6C6C. Windows color (decimal): -13337669 or 12286772. OLE color: 12286772.
HSL color Cylindrical-coordinate representation of color #347BBB: hue angle of 208.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 #347BBB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 123 | 187 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.27 |
| HSL | 208.44º | 0.56% | 0.47% | - |
| HSV(B) | 208.44º | 0.72% | 0.73% | - |
| XYZ | 17.47 | 18.48 | 49.66 | - |
| YUV | 109.07 | 171.98 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 187 | 0.72 | 0.34 | 0 | 0.27 | 208.44 | 0.56 | 0.47 |
| Hex | 34 | 7B | BB | 48 | 22 | 0 | 1B | D0 | 38 | 2F |
| Octal | 64 | 173 | 273 | 110 | 42 | 0 | 33 | 320 | 70 | 57 |
| Binary | 110100 | 1111011 | 10111011 | 1001000 | 100010 | 0 | 11011 | 11010000 | 111000 | 101111 |
Color Harmonies of #347BBB
Complementary color
Monochromatic Colors of #347BBB
Black with #347BBB
Text Example
Text Example
White with #347BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BBB; }
p { color: rgb(52,123,187); }
H1.HeaderClassName
{
color: #347BBB;
}
.AnyTagClassName
{
color: #347BBB;
}
</style>
background-color css
<style>
a { background-color: #347BBB; }
a { background-color: rgb(52,123,187); }
div.DivClassName
{
background-color: #347BBB;
}
.BgClassName
{
background-color: #347BBB;
}
</style>
border-color css
<style>
span { border-color: #347BBB; }
span { border-color: rgb(52,123,187); }
td.TdClassName
{
border-color: #347BBB;
}
.TagClassName
{
border-color: #347BBB;
}
</style>