Shades of Curious Blue #347CCB
Tints of Curious Blue #347CCB
RGB
CMYK
RGB Variations
Color information
#347CCB (or 0x347CCB) is known color: Curious Blue. HEX triplet: 34, 7C and CB. RGB value is (52,124,203). Sum of RGB (Red+Green+Blue) = 52+124+203=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #347CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CCB is #CB8334. Grayscale: #6F6F6F. Windows color (decimal): -13337397 or 13335604. OLE color: 13335604.
HSL color Cylindrical-coordinate representation of color #347CCB: hue angle of 211.39º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #347CCB is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 124 | 203 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.20 |
| HSL | 211.39º | 0.59% | 0.5% | - |
| HSV(B) | 211.39º | 0.74% | 0.8% | - |
| XYZ | 19.4 | 19.46 | 59.23 | - |
| YUV | 111.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 203 | 0.74 | 0.39 | 0 | 0.20 | 211.39 | 0.59 | 0.5 |
| Hex | 34 | 7C | CB | 4A | 27 | 0 | 14 | D3 | 3B | 32 |
| Octal | 64 | 174 | 313 | 112 | 47 | 0 | 24 | 323 | 73 | 62 |
| Binary | 110100 | 1111100 | 11001011 | 1001010 | 100111 | 0 | 10100 | 11010011 | 111011 | 110010 |
Color Harmonies of #347CCB
Complementary color
Monochromatic Colors of #347CCB
Black with #347CCB
Text Example
Text Example
White with #347CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CCB; }
p { color: rgb(52,124,203); }
H1.HeaderClassName
{
color: #347CCB;
}
.AnyTagClassName
{
color: #347CCB;
}
</style>
background-color css
<style>
a { background-color: #347CCB; }
a { background-color: rgb(52,124,203); }
div.DivClassName
{
background-color: #347CCB;
}
.BgClassName
{
background-color: #347CCB;
}
</style>
border-color css
<style>
span { border-color: #347CCB; }
span { border-color: rgb(52,124,203); }
td.TdClassName
{
border-color: #347CCB;
}
.TagClassName
{
border-color: #347CCB;
}
</style>