Shades of Curious Blue #358FBC
Tints of Curious Blue #358FBC
RGB
CMYK
RGB Variations
Color information
#358FBC (or 0x358FBC) is known color: Curious Blue. HEX triplet: 35, 8F and BC. RGB value is (53,143,188). Sum of RGB (Red+Green+Blue) = 53+143+188=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #358FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FBC is #CA7043. Grayscale: #787878. Windows color (decimal): -13267012 or 12357429. OLE color: 12357429.
HSL color Cylindrical-coordinate representation of color #358FBC: hue angle of 200º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358FBC is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 143 | 188 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.26 |
| HSL | 200º | 0.56% | 0.47% | - |
| HSV(B) | 200º | 0.72% | 0.74% | - |
| XYZ | 20.37 | 24.03 | 51.14 | - |
| YUV | 121.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 188 | 0.72 | 0.24 | 0 | 0.26 | 200 | 0.56 | 0.47 |
| Hex | 35 | 8F | BC | 48 | 18 | 0 | 1A | C8 | 38 | 2F |
| Octal | 65 | 217 | 274 | 110 | 30 | 0 | 32 | 310 | 70 | 57 |
| Binary | 110101 | 10001111 | 10111100 | 1001000 | 11000 | 0 | 11010 | 11001000 | 111000 | 101111 |
Color Harmonies of #358FBC
Complementary color
Monochromatic Colors of #358FBC
Black with #358FBC
Text Example
Text Example
White with #358FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358FBC; }
p { color: rgb(53,143,188); }
H1.HeaderClassName
{
color: #358FBC;
}
.AnyTagClassName
{
color: #358FBC;
}
</style>
background-color css
<style>
a { background-color: #358FBC; }
a { background-color: rgb(53,143,188); }
div.DivClassName
{
background-color: #358FBC;
}
.BgClassName
{
background-color: #358FBC;
}
</style>
border-color css
<style>
span { border-color: #358FBC; }
span { border-color: rgb(53,143,188); }
td.TdClassName
{
border-color: #358FBC;
}
.TagClassName
{
border-color: #358FBC;
}
</style>