Shades of Curious Blue #347DB5
Tints of Curious Blue #347DB5
RGB
CMYK
RGB Variations
Color information
#347DB5 (or 0x347DB5) is known color: Curious Blue. HEX triplet: 34, 7D and B5. RGB value is (52,125,181). Sum of RGB (Red+Green+Blue) = 52+125+181=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #347DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DB5 is #CB824A. Grayscale: #6D6D6D. Windows color (decimal): -13337163 or 11894068. OLE color: 11894068.
HSL color Cylindrical-coordinate representation of color #347DB5: hue angle of 206.05º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347DB5 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 125 | 181 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.29 |
| HSL | 206.05º | 0.55% | 0.46% | - |
| HSV(B) | 206.05º | 0.71% | 0.71% | - |
| XYZ | 17.09 | 18.73 | 46.43 | - |
| YUV | 109.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 181 | 0.71 | 0.31 | 0 | 0.29 | 206.05 | 0.55 | 0.46 |
| Hex | 34 | 7D | B5 | 47 | 1F | 0 | 1D | CE | 37 | 2E |
| Octal | 64 | 175 | 265 | 107 | 37 | 0 | 35 | 316 | 67 | 56 |
| Binary | 110100 | 1111101 | 10110101 | 1000111 | 11111 | 0 | 11101 | 11001110 | 110111 | 101110 |
Color Harmonies of #347DB5
Complementary color
Monochromatic Colors of #347DB5
Black with #347DB5
Text Example
Text Example
White with #347DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DB5; }
p { color: rgb(52,125,181); }
H1.HeaderClassName
{
color: #347DB5;
}
.AnyTagClassName
{
color: #347DB5;
}
</style>
background-color css
<style>
a { background-color: #347DB5; }
a { background-color: rgb(52,125,181); }
div.DivClassName
{
background-color: #347DB5;
}
.BgClassName
{
background-color: #347DB5;
}
</style>
border-color css
<style>
span { border-color: #347DB5; }
span { border-color: rgb(52,125,181); }
td.TdClassName
{
border-color: #347DB5;
}
.TagClassName
{
border-color: #347DB5;
}
</style>