Shades of Curious Blue #358DD1
Tints of Curious Blue #358DD1
RGB
CMYK
RGB Variations
Color information
#358DD1 (or 0x358DD1) is known color: Curious Blue. HEX triplet: 35, 8D and D1. RGB value is (53,141,209). Sum of RGB (Red+Green+Blue) = 53+141+209=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 141 (55.47% from 255 or 34.99% 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 #358DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DD1 is #CA722E. Grayscale: #7A7A7A. Windows color (decimal): -13267503 or 13733173. OLE color: 13733173.
HSL color Cylindrical-coordinate representation of color #358DD1: hue angle of 206.15º 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 #358DD1 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 141 | 209 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.18 |
| HSL | 206.15º | 0.63% | 0.51% | - |
| HSV(B) | 206.15º | 0.75% | 0.82% | - |
| XYZ | 22.5 | 24.41 | 63.85 | - |
| YUV | 122.44 | 176.85 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 209 | 0.75 | 0.33 | 0 | 0.18 | 206.15 | 0.63 | 0.51 |
| Hex | 35 | 8D | D1 | 4B | 21 | 0 | 12 | CE | 3F | 33 |
| Octal | 65 | 215 | 321 | 113 | 41 | 0 | 22 | 316 | 77 | 63 |
| Binary | 110101 | 10001101 | 11010001 | 1001011 | 100001 | 0 | 10010 | 11001110 | 111111 | 110011 |
Color Harmonies of #358DD1
Complementary color
Monochromatic Colors of #358DD1
Black with #358DD1
Text Example
Text Example
White with #358DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358DD1; }
p { color: rgb(53,141,209); }
H1.HeaderClassName
{
color: #358DD1;
}
.AnyTagClassName
{
color: #358DD1;
}
</style>
background-color css
<style>
a { background-color: #358DD1; }
a { background-color: rgb(53,141,209); }
div.DivClassName
{
background-color: #358DD1;
}
.BgClassName
{
background-color: #358DD1;
}
</style>
border-color css
<style>
span { border-color: #358DD1; }
span { border-color: rgb(53,141,209); }
td.TdClassName
{
border-color: #358DD1;
}
.TagClassName
{
border-color: #358DD1;
}
</style>