Shades of Curious Blue #347BAC
Tints of Curious Blue #347BAC
RGB
CMYK
RGB Variations
Color information
#347BAC (or 0x347BAC) is known color: Curious Blue. HEX triplet: 34, 7B and AC. RGB value is (52,123,172). Sum of RGB (Red+Green+Blue) = 52+123+172=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #347BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BAC is #CB8453. Grayscale: #6B6B6B. Windows color (decimal): -13337684 or 11303732. OLE color: 11303732.
HSL color Cylindrical-coordinate representation of color #347BAC: hue angle of 204.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347BAC is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 123 | 172 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.33 |
| HSL | 204.5º | 0.54% | 0.44% | - |
| HSV(B) | 204.5º | 0.7% | 0.67% | - |
| XYZ | 15.95 | 17.87 | 41.64 | - |
| YUV | 107.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 172 | 0.70 | 0.28 | 0 | 0.33 | 204.5 | 0.54 | 0.44 |
| Hex | 34 | 7B | AC | 46 | 1C | 0 | 21 | CC | 36 | 2C |
| Octal | 64 | 173 | 254 | 106 | 34 | 0 | 41 | 314 | 66 | 54 |
| Binary | 110100 | 1111011 | 10101100 | 1000110 | 11100 | 0 | 100001 | 11001100 | 110110 | 101100 |
Color Harmonies of #347BAC
Complementary color
Monochromatic Colors of #347BAC
Black with #347BAC
Text Example
Text Example
White with #347BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BAC; }
p { color: rgb(52,123,172); }
H1.HeaderClassName
{
color: #347BAC;
}
.AnyTagClassName
{
color: #347BAC;
}
</style>
background-color css
<style>
a { background-color: #347BAC; }
a { background-color: rgb(52,123,172); }
div.DivClassName
{
background-color: #347BAC;
}
.BgClassName
{
background-color: #347BAC;
}
</style>
border-color css
<style>
span { border-color: #347BAC; }
span { border-color: rgb(52,123,172); }
td.TdClassName
{
border-color: #347BAC;
}
.TagClassName
{
border-color: #347BAC;
}
</style>