Shades of Curious Blue #347BBC
Tints of Curious Blue #347BBC
RGB
CMYK
RGB Variations
Color information
#347BBC (or 0x347BBC) is known color: Curious Blue. HEX triplet: 34, 7B and BC. RGB value is (52,123,188). Sum of RGB (Red+Green+Blue) = 52+123+188=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #347BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BBC is #CB8443. Grayscale: #6C6C6C. Windows color (decimal): -13337668 or 12352308. OLE color: 12352308.
HSL color Cylindrical-coordinate representation of color #347BBC: hue angle of 208.68º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #347BBC is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 123 | 188 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.26 |
| HSL | 208.68º | 0.57% | 0.47% | - |
| HSV(B) | 208.68º | 0.72% | 0.74% | - |
| XYZ | 17.58 | 18.53 | 50.23 | - |
| YUV | 109.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 188 | 0.72 | 0.35 | 0 | 0.26 | 208.68 | 0.57 | 0.47 |
| Hex | 34 | 7B | BC | 48 | 23 | 0 | 1A | D1 | 39 | 2F |
| Octal | 64 | 173 | 274 | 110 | 43 | 0 | 32 | 321 | 71 | 57 |
| Binary | 110100 | 1111011 | 10111100 | 1001000 | 100011 | 0 | 11010 | 11010001 | 111001 | 101111 |
Color Harmonies of #347BBC
Complementary color
Monochromatic Colors of #347BBC
Black with #347BBC
Text Example
Text Example
White with #347BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BBC; }
p { color: rgb(52,123,188); }
H1.HeaderClassName
{
color: #347BBC;
}
.AnyTagClassName
{
color: #347BBC;
}
</style>
background-color css
<style>
a { background-color: #347BBC; }
a { background-color: rgb(52,123,188); }
div.DivClassName
{
background-color: #347BBC;
}
.BgClassName
{
background-color: #347BBC;
}
</style>
border-color css
<style>
span { border-color: #347BBC; }
span { border-color: rgb(52,123,188); }
td.TdClassName
{
border-color: #347BBC;
}
.TagClassName
{
border-color: #347BBC;
}
</style>