Shades of Curious Blue #358EBC
Tints of Curious Blue #358EBC
RGB
CMYK
RGB Variations
Color information
#358EBC (or 0x358EBC) is known color: Curious Blue. HEX triplet: 35, 8E and BC. RGB value is (53,142,188). Sum of RGB (Red+Green+Blue) = 53+142+188=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #358EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EBC is #CA7143. Grayscale: #787878. Windows color (decimal): -13267268 or 12357173. OLE color: 12357173.
HSL color Cylindrical-coordinate representation of color #358EBC: hue angle of 200.44º 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 #358EBC is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 142 | 188 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.26 |
| HSL | 200.44º | 0.56% | 0.47% | - |
| HSV(B) | 200.44º | 0.72% | 0.74% | - |
| XYZ | 20.22 | 23.73 | 51.09 | - |
| YUV | 120.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 188 | 0.72 | 0.24 | 0 | 0.26 | 200.44 | 0.56 | 0.47 |
| Hex | 35 | 8E | BC | 48 | 18 | 0 | 1A | C8 | 38 | 2F |
| Octal | 65 | 216 | 274 | 110 | 30 | 0 | 32 | 310 | 70 | 57 |
| Binary | 110101 | 10001110 | 10111100 | 1001000 | 11000 | 0 | 11010 | 11001000 | 111000 | 101111 |
Color Harmonies of #358EBC
Complementary color
Monochromatic Colors of #358EBC
Black with #358EBC
Text Example
Text Example
White with #358EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EBC; }
p { color: rgb(53,142,188); }
H1.HeaderClassName
{
color: #358EBC;
}
.AnyTagClassName
{
color: #358EBC;
}
</style>
background-color css
<style>
a { background-color: #358EBC; }
a { background-color: rgb(53,142,188); }
div.DivClassName
{
background-color: #358EBC;
}
.BgClassName
{
background-color: #358EBC;
}
</style>
border-color css
<style>
span { border-color: #358EBC; }
span { border-color: rgb(53,142,188); }
td.TdClassName
{
border-color: #358EBC;
}
.TagClassName
{
border-color: #358EBC;
}
</style>