Shades of Curious Blue #348DB5
Tints of Curious Blue #348DB5
RGB
CMYK
RGB Variations
Color information
#348DB5 (or 0x348DB5) is known color: Curious Blue. HEX triplet: 34, 8D and B5. RGB value is (52,141,181). Sum of RGB (Red+Green+Blue) = 52+141+181=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #348DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DB5 is #CB724A. Grayscale: #767676. Windows color (decimal): -13333067 or 11898164. OLE color: 11898164.
HSL color Cylindrical-coordinate representation of color #348DB5: hue angle of 198.6º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348DB5 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 141 | 181 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.29 |
| HSL | 198.6º | 0.55% | 0.46% | - |
| HSV(B) | 198.6º | 0.71% | 0.71% | - |
| XYZ | 19.28 | 23.12 | 47.16 | - |
| YUV | 118.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 181 | 0.71 | 0.22 | 0 | 0.29 | 198.6 | 0.55 | 0.46 |
| Hex | 34 | 8D | B5 | 47 | 16 | 0 | 1D | C7 | 37 | 2E |
| Octal | 64 | 215 | 265 | 107 | 26 | 0 | 35 | 307 | 67 | 56 |
| Binary | 110100 | 10001101 | 10110101 | 1000111 | 10110 | 0 | 11101 | 11000111 | 110111 | 101110 |
Color Harmonies of #348DB5
Complementary color
Monochromatic Colors of #348DB5
Black with #348DB5
Text Example
Text Example
White with #348DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DB5; }
p { color: rgb(52,141,181); }
H1.HeaderClassName
{
color: #348DB5;
}
.AnyTagClassName
{
color: #348DB5;
}
</style>
background-color css
<style>
a { background-color: #348DB5; }
a { background-color: rgb(52,141,181); }
div.DivClassName
{
background-color: #348DB5;
}
.BgClassName
{
background-color: #348DB5;
}
</style>
border-color css
<style>
span { border-color: #348DB5; }
span { border-color: rgb(52,141,181); }
td.TdClassName
{
border-color: #348DB5;
}
.TagClassName
{
border-color: #348DB5;
}
</style>