Shades of Curious Blue #348ED1
Tints of Curious Blue #348ED1
RGB
CMYK
RGB Variations
Color information
#348ED1 (or 0x348ED1) is known color: Curious Blue. HEX triplet: 34, 8E and D1. RGB value is (52,142,209). Sum of RGB (Red+Green+Blue) = 52+142+209=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #348ED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ED1 is #CB712E. Grayscale: #7A7A7A. Windows color (decimal): -13332783 or 13733428. OLE color: 13733428.
HSL color Cylindrical-coordinate representation of color #348ED1: hue angle of 205.61º 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 #348ED1 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 142 | 209 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.18 |
| HSL | 205.61º | 0.63% | 0.51% | - |
| HSV(B) | 205.61º | 0.75% | 0.82% | - |
| XYZ | 22.6 | 24.68 | 63.89 | - |
| YUV | 122.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 209 | 0.75 | 0.32 | 0 | 0.18 | 205.61 | 0.63 | 0.51 |
| Hex | 34 | 8E | D1 | 4B | 20 | 0 | 12 | CE | 3F | 33 |
| Octal | 64 | 216 | 321 | 113 | 40 | 0 | 22 | 316 | 77 | 63 |
| Binary | 110100 | 10001110 | 11010001 | 1001011 | 100000 | 0 | 10010 | 11001110 | 111111 | 110011 |
Color Harmonies of #348ED1
Complementary color
Monochromatic Colors of #348ED1
Black with #348ED1
Text Example
Text Example
White with #348ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ED1; }
p { color: rgb(52,142,209); }
H1.HeaderClassName
{
color: #348ED1;
}
.AnyTagClassName
{
color: #348ED1;
}
</style>
background-color css
<style>
a { background-color: #348ED1; }
a { background-color: rgb(52,142,209); }
div.DivClassName
{
background-color: #348ED1;
}
.BgClassName
{
background-color: #348ED1;
}
</style>
border-color css
<style>
span { border-color: #348ED1; }
span { border-color: rgb(52,142,209); }
td.TdClassName
{
border-color: #348ED1;
}
.TagClassName
{
border-color: #348ED1;
}
</style>