Shades of Curious Blue #348BD1
Tints of Curious Blue #348BD1
RGB
CMYK
RGB Variations
Color information
#348BD1 (or 0x348BD1) is known color: Curious Blue. HEX triplet: 34, 8B and D1. RGB value is (52,139,209). Sum of RGB (Red+Green+Blue) = 52+139+209=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #348BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BD1 is #CB742E. Grayscale: #787878. Windows color (decimal): -13333551 or 13732660. OLE color: 13732660.
HSL color Cylindrical-coordinate representation of color #348BD1: hue angle of 206.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348BD1 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 139 | 209 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.18 |
| HSL | 206.75º | 0.63% | 0.51% | - |
| HSV(B) | 206.75º | 0.75% | 0.82% | - |
| XYZ | 22.16 | 23.8 | 63.75 | - |
| YUV | 120.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 209 | 0.75 | 0.33 | 0 | 0.18 | 206.75 | 0.63 | 0.51 |
| Hex | 34 | 8B | D1 | 4B | 21 | 0 | 12 | CF | 3F | 33 |
| Octal | 64 | 213 | 321 | 113 | 41 | 0 | 22 | 317 | 77 | 63 |
| Binary | 110100 | 10001011 | 11010001 | 1001011 | 100001 | 0 | 10010 | 11001111 | 111111 | 110011 |
Color Harmonies of #348BD1
Complementary color
Monochromatic Colors of #348BD1
Black with #348BD1
Text Example
Text Example
White with #348BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BD1; }
p { color: rgb(52,139,209); }
H1.HeaderClassName
{
color: #348BD1;
}
.AnyTagClassName
{
color: #348BD1;
}
</style>
background-color css
<style>
a { background-color: #348BD1; }
a { background-color: rgb(52,139,209); }
div.DivClassName
{
background-color: #348BD1;
}
.BgClassName
{
background-color: #348BD1;
}
</style>
border-color css
<style>
span { border-color: #348BD1; }
span { border-color: rgb(52,139,209); }
td.TdClassName
{
border-color: #348BD1;
}
.TagClassName
{
border-color: #348BD1;
}
</style>