Shades of Curious Blue #347DB1
Tints of Curious Blue #347DB1
RGB
CMYK
RGB Variations
Color information
#347DB1 (or 0x347DB1) is known color: Curious Blue. HEX triplet: 34, 7D and B1. RGB value is (52,125,177). Sum of RGB (Red+Green+Blue) = 52+125+177=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #347DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DB1 is #CB824E. Grayscale: #6C6C6C. Windows color (decimal): -13337167 or 11631924. OLE color: 11631924.
HSL color Cylindrical-coordinate representation of color #347DB1: hue angle of 204.96º 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 #347DB1 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 125 | 177 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.31 |
| HSL | 204.96º | 0.55% | 0.45% | - |
| HSV(B) | 204.96º | 0.71% | 0.69% | - |
| XYZ | 16.69 | 18.57 | 44.3 | - |
| YUV | 109.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 177 | 0.71 | 0.29 | 0 | 0.31 | 204.96 | 0.55 | 0.45 |
| Hex | 34 | 7D | B1 | 47 | 1D | 0 | 1F | CD | 37 | 2D |
| Octal | 64 | 175 | 261 | 107 | 35 | 0 | 37 | 315 | 67 | 55 |
| Binary | 110100 | 1111101 | 10110001 | 1000111 | 11101 | 0 | 11111 | 11001101 | 110111 | 101101 |
Color Harmonies of #347DB1
Complementary color
Monochromatic Colors of #347DB1
Black with #347DB1
Text Example
Text Example
White with #347DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DB1; }
p { color: rgb(52,125,177); }
H1.HeaderClassName
{
color: #347DB1;
}
.AnyTagClassName
{
color: #347DB1;
}
</style>
background-color css
<style>
a { background-color: #347DB1; }
a { background-color: rgb(52,125,177); }
div.DivClassName
{
background-color: #347DB1;
}
.BgClassName
{
background-color: #347DB1;
}
</style>
border-color css
<style>
span { border-color: #347DB1; }
span { border-color: rgb(52,125,177); }
td.TdClassName
{
border-color: #347DB1;
}
.TagClassName
{
border-color: #347DB1;
}
</style>