Shades of Curious Blue #357ECB
Tints of Curious Blue #357ECB
RGB
CMYK
RGB Variations
Color information
#357ECB (or 0x357ECB) is known color: Curious Blue. HEX triplet: 35, 7E and CB. RGB value is (53,126,203). Sum of RGB (Red+Green+Blue) = 53+126+203=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #357ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ECB is #CA8134. Grayscale: #707070. Windows color (decimal): -13271349 or 13336117. OLE color: 13336117.
HSL color Cylindrical-coordinate representation of color #357ECB: hue angle of 210.8º 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 #357ECB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 126 | 203 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.20 |
| HSL | 210.8º | 0.59% | 0.5% | - |
| HSV(B) | 210.8º | 0.74% | 0.8% | - |
| XYZ | 19.71 | 19.99 | 59.32 | - |
| YUV | 112.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 203 | 0.74 | 0.38 | 0 | 0.20 | 210.8 | 0.59 | 0.5 |
| Hex | 35 | 7E | CB | 4A | 26 | 0 | 14 | D3 | 3B | 32 |
| Octal | 65 | 176 | 313 | 112 | 46 | 0 | 24 | 323 | 73 | 62 |
| Binary | 110101 | 1111110 | 11001011 | 1001010 | 100110 | 0 | 10100 | 11010011 | 111011 | 110010 |
Color Harmonies of #357ECB
Complementary color
Monochromatic Colors of #357ECB
Black with #357ECB
Text Example
Text Example
White with #357ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ECB; }
p { color: rgb(53,126,203); }
H1.HeaderClassName
{
color: #357ECB;
}
.AnyTagClassName
{
color: #357ECB;
}
</style>
background-color css
<style>
a { background-color: #357ECB; }
a { background-color: rgb(53,126,203); }
div.DivClassName
{
background-color: #357ECB;
}
.BgClassName
{
background-color: #357ECB;
}
</style>
border-color css
<style>
span { border-color: #357ECB; }
span { border-color: rgb(53,126,203); }
td.TdClassName
{
border-color: #357ECB;
}
.TagClassName
{
border-color: #357ECB;
}
</style>