Shades of Curious Blue #358BD0
Tints of Curious Blue #358BD0
RGB
CMYK
RGB Variations
Color information
#358BD0 (or 0x358BD0) is known color: Curious Blue. HEX triplet: 35, 8B and D0. RGB value is (53,139,208). Sum of RGB (Red+Green+Blue) = 53+139+208=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #358BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BD0 is #CA742F. Grayscale: #787878. Windows color (decimal): -13268016 or 13667125. OLE color: 13667125.
HSL color Cylindrical-coordinate representation of color #358BD0: hue angle of 206.71º degrees, saturation: 0.62, 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 #358BD0 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 139 | 208 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.18 |
| HSL | 206.71º | 0.62% | 0.51% | - |
| HSV(B) | 206.71º | 0.75% | 0.82% | - |
| XYZ | 22.09 | 23.78 | 63.1 | - |
| YUV | 121.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 208 | 0.75 | 0.33 | 0 | 0.18 | 206.71 | 0.62 | 0.51 |
| Hex | 35 | 8B | D0 | 4B | 21 | 0 | 12 | CF | 3E | 33 |
| Octal | 65 | 213 | 320 | 113 | 41 | 0 | 22 | 317 | 76 | 63 |
| Binary | 110101 | 10001011 | 11010000 | 1001011 | 100001 | 0 | 10010 | 11001111 | 111110 | 110011 |
Color Harmonies of #358BD0
Complementary color
Monochromatic Colors of #358BD0
Black with #358BD0
Text Example
Text Example
White with #358BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358BD0; }
p { color: rgb(53,139,208); }
H1.HeaderClassName
{
color: #358BD0;
}
.AnyTagClassName
{
color: #358BD0;
}
</style>
background-color css
<style>
a { background-color: #358BD0; }
a { background-color: rgb(53,139,208); }
div.DivClassName
{
background-color: #358BD0;
}
.BgClassName
{
background-color: #358BD0;
}
</style>
border-color css
<style>
span { border-color: #358BD0; }
span { border-color: rgb(53,139,208); }
td.TdClassName
{
border-color: #358BD0;
}
.TagClassName
{
border-color: #358BD0;
}
</style>