Shades of Curious Blue #348FB8
Tints of Curious Blue #348FB8
RGB
CMYK
RGB Variations
Color information
#348FB8 (or 0x348FB8) is known color: Curious Blue. HEX triplet: 34, 8F and B8. RGB value is (52,143,184). Sum of RGB (Red+Green+Blue) = 52+143+184=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #348FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FB8 is #CB7047. Grayscale: #787878. Windows color (decimal): -13332552 or 12095284. OLE color: 12095284.
HSL color Cylindrical-coordinate representation of color #348FB8: hue angle of 198.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348FB8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 143 | 184 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.28 |
| HSL | 198.64º | 0.56% | 0.46% | - |
| HSV(B) | 198.64º | 0.72% | 0.72% | - |
| XYZ | 19.89 | 23.84 | 48.9 | - |
| YUV | 120.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 184 | 0.72 | 0.22 | 0 | 0.28 | 198.64 | 0.56 | 0.46 |
| Hex | 34 | 8F | B8 | 48 | 16 | 0 | 1C | C7 | 38 | 2E |
| Octal | 64 | 217 | 270 | 110 | 26 | 0 | 34 | 307 | 70 | 56 |
| Binary | 110100 | 10001111 | 10111000 | 1001000 | 10110 | 0 | 11100 | 11000111 | 111000 | 101110 |
Color Harmonies of #348FB8
Complementary color
Monochromatic Colors of #348FB8
Black with #348FB8
Text Example
Text Example
White with #348FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FB8; }
p { color: rgb(52,143,184); }
H1.HeaderClassName
{
color: #348FB8;
}
.AnyTagClassName
{
color: #348FB8;
}
</style>
background-color css
<style>
a { background-color: #348FB8; }
a { background-color: rgb(52,143,184); }
div.DivClassName
{
background-color: #348FB8;
}
.BgClassName
{
background-color: #348FB8;
}
</style>
border-color css
<style>
span { border-color: #348FB8; }
span { border-color: rgb(52,143,184); }
td.TdClassName
{
border-color: #348FB8;
}
.TagClassName
{
border-color: #348FB8;
}
</style>