Shades of Curious Blue #358FD5
Tints of Curious Blue #358FD5
RGB
CMYK
RGB Variations
Color information
#358FD5 (or 0x358FD5) is known color: Curious Blue. HEX triplet: 35, 8F and D5. RGB value is (53,143,213). Sum of RGB (Red+Green+Blue) = 53+143+213=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #358FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FD5 is #CA702A. Grayscale: #7B7B7B. Windows color (decimal): -13266987 or 13995829. OLE color: 13995829.
HSL color Cylindrical-coordinate representation of color #358FD5: hue angle of 206.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358FD5 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 143 | 213 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.16 |
| HSL | 206.25º | 0.66% | 0.52% | - |
| HSV(B) | 206.25º | 0.75% | 0.84% | - |
| XYZ | 23.3 | 25.21 | 66.59 | - |
| YUV | 124.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 213 | 0.75 | 0.33 | 0 | 0.16 | 206.25 | 0.66 | 0.52 |
| Hex | 35 | 8F | D5 | 4B | 21 | 0 | 10 | CE | 42 | 34 |
| Octal | 65 | 217 | 325 | 113 | 41 | 0 | 20 | 316 | 102 | 64 |
| Binary | 110101 | 10001111 | 11010101 | 1001011 | 100001 | 0 | 10000 | 11001110 | 1000010 | 110100 |
Color Harmonies of #358FD5
Complementary color
Monochromatic Colors of #358FD5
Black with #358FD5
Text Example
Text Example
White with #358FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FD5; }
p { color: rgb(53,143,213); }
H1.HeaderClassName
{
color: #358FD5;
}
.AnyTagClassName
{
color: #358FD5;
}
</style>
background-color css
<style>
a { background-color: #358FD5; }
a { background-color: rgb(53,143,213); }
div.DivClassName
{
background-color: #358FD5;
}
.BgClassName
{
background-color: #358FD5;
}
</style>
border-color css
<style>
span { border-color: #358FD5; }
span { border-color: rgb(53,143,213); }
td.TdClassName
{
border-color: #358FD5;
}
.TagClassName
{
border-color: #358FD5;
}
</style>