Shades of Curious Blue #347FB1
Tints of Curious Blue #347FB1
RGB
CMYK
RGB Variations
Color information
#347FB1 (or 0x347FB1) is known color: Curious Blue. HEX triplet: 34, 7F and B1. RGB value is (52,127,177). Sum of RGB (Red+Green+Blue) = 52+127+177=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #347FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347FB1 is #CB804E. Grayscale: #6D6D6D. Windows color (decimal): -13336655 or 11632436. OLE color: 11632436.
HSL color Cylindrical-coordinate representation of color #347FB1: hue angle of 204º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347FB1 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 127 | 177 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.31 |
| HSL | 204º | 0.55% | 0.45% | - |
| HSV(B) | 204º | 0.71% | 0.69% | - |
| XYZ | 16.94 | 19.08 | 44.39 | - |
| YUV | 110.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 177 | 0.71 | 0.28 | 0 | 0.31 | 204 | 0.55 | 0.45 |
| Hex | 34 | 7F | B1 | 47 | 1C | 0 | 1F | CC | 37 | 2D |
| Octal | 64 | 177 | 261 | 107 | 34 | 0 | 37 | 314 | 67 | 55 |
| Binary | 110100 | 1111111 | 10110001 | 1000111 | 11100 | 0 | 11111 | 11001100 | 110111 | 101101 |
Color Harmonies of #347FB1
Complementary color
Monochromatic Colors of #347FB1
Black with #347FB1
Text Example
Text Example
White with #347FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347FB1; }
p { color: rgb(52,127,177); }
H1.HeaderClassName
{
color: #347FB1;
}
.AnyTagClassName
{
color: #347FB1;
}
</style>
background-color css
<style>
a { background-color: #347FB1; }
a { background-color: rgb(52,127,177); }
div.DivClassName
{
background-color: #347FB1;
}
.BgClassName
{
background-color: #347FB1;
}
</style>
border-color css
<style>
span { border-color: #347FB1; }
span { border-color: rgb(52,127,177); }
td.TdClassName
{
border-color: #347FB1;
}
.TagClassName
{
border-color: #347FB1;
}
</style>