Shades of Curious Blue #358ECE
Tints of Curious Blue #358ECE
RGB
CMYK
RGB Variations
Color information
#358ECE (or 0x358ECE) is known color: Curious Blue. HEX triplet: 35, 8E and CE. RGB value is (53,142,206). Sum of RGB (Red+Green+Blue) = 53+142+206=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #358ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ECE is #CA7131. Grayscale: #7A7A7A. Windows color (decimal): -13267250 or 13536821. OLE color: 13536821.
HSL color Cylindrical-coordinate representation of color #358ECE: hue angle of 205.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358ECE is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 142 | 206 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.19 |
| HSL | 205.1º | 0.61% | 0.51% | - |
| HSV(B) | 205.1º | 0.74% | 0.81% | - |
| XYZ | 22.28 | 24.56 | 61.96 | - |
| YUV | 122.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 206 | 0.74 | 0.31 | 0 | 0.19 | 205.1 | 0.61 | 0.51 |
| Hex | 35 | 8E | CE | 4A | 1F | 0 | 13 | CD | 3D | 33 |
| Octal | 65 | 216 | 316 | 112 | 37 | 0 | 23 | 315 | 75 | 63 |
| Binary | 110101 | 10001110 | 11001110 | 1001010 | 11111 | 0 | 10011 | 11001101 | 111101 | 110011 |
Color Harmonies of #358ECE
Complementary color
Monochromatic Colors of #358ECE
Black with #358ECE
Text Example
Text Example
White with #358ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ECE; }
p { color: rgb(53,142,206); }
H1.HeaderClassName
{
color: #358ECE;
}
.AnyTagClassName
{
color: #358ECE;
}
</style>
background-color css
<style>
a { background-color: #358ECE; }
a { background-color: rgb(53,142,206); }
div.DivClassName
{
background-color: #358ECE;
}
.BgClassName
{
background-color: #358ECE;
}
</style>
border-color css
<style>
span { border-color: #358ECE; }
span { border-color: rgb(53,142,206); }
td.TdClassName
{
border-color: #358ECE;
}
.TagClassName
{
border-color: #358ECE;
}
</style>