Shades of Curious Blue #348FCD
Tints of Curious Blue #348FCD
RGB
CMYK
RGB Variations
Color information
#348FCD (or 0x348FCD) is known color: Curious Blue. HEX triplet: 34, 8F and CD. RGB value is (52,143,205). Sum of RGB (Red+Green+Blue) = 52+143+205=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #348FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FCD is #CB7032. Grayscale: #7A7A7A. Windows color (decimal): -13332531 or 13471540. OLE color: 13471540.
HSL color Cylindrical-coordinate representation of color #348FCD: hue angle of 204.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348FCD is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 143 | 205 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.20 |
| HSL | 204.31º | 0.6% | 0.5% | - |
| HSV(B) | 204.31º | 0.75% | 0.8% | - |
| XYZ | 22.26 | 24.78 | 61.37 | - |
| YUV | 122.86 | 174.35 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 205 | 0.75 | 0.30 | 0 | 0.20 | 204.31 | 0.6 | 0.5 |
| Hex | 34 | 8F | CD | 4B | 1E | 0 | 14 | CC | 3C | 32 |
| Octal | 64 | 217 | 315 | 113 | 36 | 0 | 24 | 314 | 74 | 62 |
| Binary | 110100 | 10001111 | 11001101 | 1001011 | 11110 | 0 | 10100 | 11001100 | 111100 | 110010 |
Color Harmonies of #348FCD
Complementary color
Monochromatic Colors of #348FCD
Black with #348FCD
Text Example
Text Example
White with #348FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FCD; }
p { color: rgb(52,143,205); }
H1.HeaderClassName
{
color: #348FCD;
}
.AnyTagClassName
{
color: #348FCD;
}
</style>
background-color css
<style>
a { background-color: #348FCD; }
a { background-color: rgb(52,143,205); }
div.DivClassName
{
background-color: #348FCD;
}
.BgClassName
{
background-color: #348FCD;
}
</style>
border-color css
<style>
span { border-color: #348FCD; }
span { border-color: rgb(52,143,205); }
td.TdClassName
{
border-color: #348FCD;
}
.TagClassName
{
border-color: #348FCD;
}
</style>