Shades of Curious Blue #348BBE
Tints of Curious Blue #348BBE
RGB
CMYK
RGB Variations
Color information
#348BBE (or 0x348BBE) is known color: Curious Blue. HEX triplet: 34, 8B and BE. RGB value is (52,139,190). Sum of RGB (Red+Green+Blue) = 52+139+190=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #348BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BBE is #CB7441. Grayscale: #767676. Windows color (decimal): -13333570 or 12487476. OLE color: 12487476.
HSL color Cylindrical-coordinate representation of color #348BBE: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348BBE is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 139 | 190 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.25 |
| HSL | 202.17º | 0.57% | 0.47% | - |
| HSV(B) | 202.17º | 0.73% | 0.75% | - |
| XYZ | 19.94 | 22.91 | 52.09 | - |
| YUV | 118.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 190 | 0.73 | 0.27 | 0 | 0.25 | 202.17 | 0.57 | 0.47 |
| Hex | 34 | 8B | BE | 49 | 1B | 0 | 19 | CA | 39 | 2F |
| Octal | 64 | 213 | 276 | 111 | 33 | 0 | 31 | 312 | 71 | 57 |
| Binary | 110100 | 10001011 | 10111110 | 1001001 | 11011 | 0 | 11001 | 11001010 | 111001 | 101111 |
Color Harmonies of #348BBE
Complementary color
Monochromatic Colors of #348BBE
Black with #348BBE
Text Example
Text Example
White with #348BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BBE; }
p { color: rgb(52,139,190); }
H1.HeaderClassName
{
color: #348BBE;
}
.AnyTagClassName
{
color: #348BBE;
}
</style>
background-color css
<style>
a { background-color: #348BBE; }
a { background-color: rgb(52,139,190); }
div.DivClassName
{
background-color: #348BBE;
}
.BgClassName
{
background-color: #348BBE;
}
</style>
border-color css
<style>
span { border-color: #348BBE; }
span { border-color: rgb(52,139,190); }
td.TdClassName
{
border-color: #348BBE;
}
.TagClassName
{
border-color: #348BBE;
}
</style>