Shades of Curious Blue #347BB4
Tints of Curious Blue #347BB4
RGB
CMYK
RGB Variations
Color information
#347BB4 (or 0x347BB4) is known color: Curious Blue. HEX triplet: 34, 7B and B4. RGB value is (52,123,180). Sum of RGB (Red+Green+Blue) = 52+123+180=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #347BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BB4 is #CB844B. Grayscale: #6B6B6B. Windows color (decimal): -13337676 or 11828020. OLE color: 11828020.
HSL color Cylindrical-coordinate representation of color #347BB4: hue angle of 206.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #347BB4 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 123 | 180 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.29 |
| HSL | 206.72º | 0.55% | 0.45% | - |
| HSV(B) | 206.72º | 0.71% | 0.71% | - |
| XYZ | 16.74 | 18.19 | 45.81 | - |
| YUV | 108.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 180 | 0.71 | 0.32 | 0 | 0.29 | 206.72 | 0.55 | 0.45 |
| Hex | 34 | 7B | B4 | 47 | 20 | 0 | 1D | CF | 37 | 2D |
| Octal | 64 | 173 | 264 | 107 | 40 | 0 | 35 | 317 | 67 | 55 |
| Binary | 110100 | 1111011 | 10110100 | 1000111 | 100000 | 0 | 11101 | 11001111 | 110111 | 101101 |
Color Harmonies of #347BB4
Complementary color
Monochromatic Colors of #347BB4
Black with #347BB4
Text Example
Text Example
White with #347BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BB4; }
p { color: rgb(52,123,180); }
H1.HeaderClassName
{
color: #347BB4;
}
.AnyTagClassName
{
color: #347BB4;
}
</style>
background-color css
<style>
a { background-color: #347BB4; }
a { background-color: rgb(52,123,180); }
div.DivClassName
{
background-color: #347BB4;
}
.BgClassName
{
background-color: #347BB4;
}
</style>
border-color css
<style>
span { border-color: #347BB4; }
span { border-color: rgb(52,123,180); }
td.TdClassName
{
border-color: #347BB4;
}
.TagClassName
{
border-color: #347BB4;
}
</style>