Shades of Curious Blue #348EC7
Tints of Curious Blue #348EC7
RGB
CMYK
RGB Variations
Color information
#348EC7 (or 0x348EC7) is known color: Curious Blue. HEX triplet: 34, 8E and C7. RGB value is (52,142,199). Sum of RGB (Red+Green+Blue) = 52+142+199=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #348EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EC7 is #CB7138. Grayscale: #797979. Windows color (decimal): -13332793 or 13078068. OLE color: 13078068.
HSL color Cylindrical-coordinate representation of color #348EC7: hue angle of 203.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348EC7 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 142 | 199 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.27º | 0.59% | 0.49% | - |
| HSV(B) | 203.27º | 0.74% | 0.78% | - |
| XYZ | 21.4 | 24.2 | 57.58 | - |
| YUV | 121.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 199 | 0.74 | 0.29 | 0 | 0.22 | 203.27 | 0.59 | 0.49 |
| Hex | 34 | 8E | C7 | 4A | 1D | 0 | 16 | CB | 3B | 31 |
| Octal | 64 | 216 | 307 | 112 | 35 | 0 | 26 | 313 | 73 | 61 |
| Binary | 110100 | 10001110 | 11000111 | 1001010 | 11101 | 0 | 10110 | 11001011 | 111011 | 110001 |
Color Harmonies of #348EC7
Complementary color
Monochromatic Colors of #348EC7
Black with #348EC7
Text Example
Text Example
White with #348EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348EC7; }
p { color: rgb(52,142,199); }
H1.HeaderClassName
{
color: #348EC7;
}
.AnyTagClassName
{
color: #348EC7;
}
</style>
background-color css
<style>
a { background-color: #348EC7; }
a { background-color: rgb(52,142,199); }
div.DivClassName
{
background-color: #348EC7;
}
.BgClassName
{
background-color: #348EC7;
}
</style>
border-color css
<style>
span { border-color: #348EC7; }
span { border-color: rgb(52,142,199); }
td.TdClassName
{
border-color: #348EC7;
}
.TagClassName
{
border-color: #348EC7;
}
</style>