Shades of Curious Blue #358ECB
Tints of Curious Blue #358ECB
RGB
CMYK
RGB Variations
Color information
#358ECB (or 0x358ECB) is known color: Curious Blue. HEX triplet: 35, 8E and CB. RGB value is (53,142,203). Sum of RGB (Red+Green+Blue) = 53+142+203=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #358ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ECB is #CA7134. Grayscale: #7A7A7A. Windows color (decimal): -13267253 or 13340213. OLE color: 13340213.
HSL color Cylindrical-coordinate representation of color #358ECB: hue angle of 204.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358ECB is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 142 | 203 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.20 |
| HSL | 204.4º | 0.59% | 0.5% | - |
| HSV(B) | 204.4º | 0.74% | 0.8% | - |
| XYZ | 21.92 | 24.41 | 60.06 | - |
| YUV | 122.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 203 | 0.74 | 0.30 | 0 | 0.20 | 204.4 | 0.59 | 0.5 |
| Hex | 35 | 8E | CB | 4A | 1E | 0 | 14 | CC | 3B | 32 |
| Octal | 65 | 216 | 313 | 112 | 36 | 0 | 24 | 314 | 73 | 62 |
| Binary | 110101 | 10001110 | 11001011 | 1001010 | 11110 | 0 | 10100 | 11001100 | 111011 | 110010 |
Color Harmonies of #358ECB
Complementary color
Monochromatic Colors of #358ECB
Black with #358ECB
Text Example
Text Example
White with #358ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ECB; }
p { color: rgb(53,142,203); }
H1.HeaderClassName
{
color: #358ECB;
}
.AnyTagClassName
{
color: #358ECB;
}
</style>
background-color css
<style>
a { background-color: #358ECB; }
a { background-color: rgb(53,142,203); }
div.DivClassName
{
background-color: #358ECB;
}
.BgClassName
{
background-color: #358ECB;
}
</style>
border-color css
<style>
span { border-color: #358ECB; }
span { border-color: rgb(53,142,203); }
td.TdClassName
{
border-color: #358ECB;
}
.TagClassName
{
border-color: #358ECB;
}
</style>