Shades of Curious Blue #357ECD
Tints of Curious Blue #357ECD
RGB
CMYK
RGB Variations
Color information
#357ECD (or 0x357ECD) is known color: Curious Blue. HEX triplet: 35, 7E and CD. RGB value is (53,126,205). Sum of RGB (Red+Green+Blue) = 53+126+205=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #357ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ECD is #CA8132. Grayscale: #707070. Windows color (decimal): -13271347 or 13467189. OLE color: 13467189.
HSL color Cylindrical-coordinate representation of color #357ECD: hue angle of 211.18º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357ECD is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 126 | 205 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.20 |
| HSL | 211.18º | 0.6% | 0.51% | - |
| HSV(B) | 211.18º | 0.74% | 0.8% | - |
| XYZ | 19.95 | 20.09 | 60.58 | - |
| YUV | 113.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 205 | 0.74 | 0.39 | 0 | 0.20 | 211.18 | 0.6 | 0.51 |
| Hex | 35 | 7E | CD | 4A | 27 | 0 | 14 | D3 | 3C | 33 |
| Octal | 65 | 176 | 315 | 112 | 47 | 0 | 24 | 323 | 74 | 63 |
| Binary | 110101 | 1111110 | 11001101 | 1001010 | 100111 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #357ECD
Complementary color
Monochromatic Colors of #357ECD
Black with #357ECD
Text Example
Text Example
White with #357ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ECD; }
p { color: rgb(53,126,205); }
H1.HeaderClassName
{
color: #357ECD;
}
.AnyTagClassName
{
color: #357ECD;
}
</style>
background-color css
<style>
a { background-color: #357ECD; }
a { background-color: rgb(53,126,205); }
div.DivClassName
{
background-color: #357ECD;
}
.BgClassName
{
background-color: #357ECD;
}
</style>
border-color css
<style>
span { border-color: #357ECD; }
span { border-color: rgb(53,126,205); }
td.TdClassName
{
border-color: #357ECD;
}
.TagClassName
{
border-color: #357ECD;
}
</style>