Shades of Curious Blue #348DC7
Tints of Curious Blue #348DC7
RGB
CMYK
RGB Variations
Color information
#348DC7 (or 0x348DC7) is known color: Curious Blue. HEX triplet: 34, 8D and C7. RGB value is (52,141,199). Sum of RGB (Red+Green+Blue) = 52+141+199=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #348DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DC7 is #CB7238. Grayscale: #787878. Windows color (decimal): -13333049 or 13077812. OLE color: 13077812.
HSL color Cylindrical-coordinate representation of color #348DC7: hue angle of 203.67º 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 #348DC7 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 141 | 199 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.67º | 0.59% | 0.49% | - |
| HSV(B) | 203.67º | 0.74% | 0.78% | - |
| XYZ | 21.25 | 23.9 | 57.53 | - |
| YUV | 121 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 199 | 0.74 | 0.29 | 0 | 0.22 | 203.67 | 0.59 | 0.49 |
| Hex | 34 | 8D | C7 | 4A | 1D | 0 | 16 | CC | 3B | 31 |
| Octal | 64 | 215 | 307 | 112 | 35 | 0 | 26 | 314 | 73 | 61 |
| Binary | 110100 | 10001101 | 11000111 | 1001010 | 11101 | 0 | 10110 | 11001100 | 111011 | 110001 |
Color Harmonies of #348DC7
Complementary color
Monochromatic Colors of #348DC7
Black with #348DC7
Text Example
Text Example
White with #348DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DC7; }
p { color: rgb(52,141,199); }
H1.HeaderClassName
{
color: #348DC7;
}
.AnyTagClassName
{
color: #348DC7;
}
</style>
background-color css
<style>
a { background-color: #348DC7; }
a { background-color: rgb(52,141,199); }
div.DivClassName
{
background-color: #348DC7;
}
.BgClassName
{
background-color: #348DC7;
}
</style>
border-color css
<style>
span { border-color: #348DC7; }
span { border-color: rgb(52,141,199); }
td.TdClassName
{
border-color: #348DC7;
}
.TagClassName
{
border-color: #348DC7;
}
</style>