Shades of Curious Blue #358ECD
Tints of Curious Blue #358ECD
RGB
CMYK
RGB Variations
Color information
#358ECD (or 0x358ECD) is known color: Curious Blue. HEX triplet: 35, 8E and CD. RGB value is (53,142,205). Sum of RGB (Red+Green+Blue) = 53+142+205=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #358ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ECD is #CA7132. Grayscale: #7A7A7A. Windows color (decimal): -13267251 or 13471285. OLE color: 13471285.
HSL color Cylindrical-coordinate representation of color #358ECD: hue angle of 204.87º 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 #358ECD is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 142 | 205 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.20 |
| HSL | 204.87º | 0.6% | 0.51% | - |
| HSV(B) | 204.87º | 0.74% | 0.8% | - |
| XYZ | 22.16 | 24.51 | 61.32 | - |
| YUV | 122.57 | 174.51 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 205 | 0.74 | 0.31 | 0 | 0.20 | 204.87 | 0.6 | 0.51 |
| Hex | 35 | 8E | CD | 4A | 1F | 0 | 14 | CD | 3C | 33 |
| Octal | 65 | 216 | 315 | 112 | 37 | 0 | 24 | 315 | 74 | 63 |
| Binary | 110101 | 10001110 | 11001101 | 1001010 | 11111 | 0 | 10100 | 11001101 | 111100 | 110011 |
Color Harmonies of #358ECD
Complementary color
Monochromatic Colors of #358ECD
Black with #358ECD
Text Example
Text Example
White with #358ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ECD; }
p { color: rgb(53,142,205); }
H1.HeaderClassName
{
color: #358ECD;
}
.AnyTagClassName
{
color: #358ECD;
}
</style>
background-color css
<style>
a { background-color: #358ECD; }
a { background-color: rgb(53,142,205); }
div.DivClassName
{
background-color: #358ECD;
}
.BgClassName
{
background-color: #358ECD;
}
</style>
border-color css
<style>
span { border-color: #358ECD; }
span { border-color: rgb(53,142,205); }
td.TdClassName
{
border-color: #358ECD;
}
.TagClassName
{
border-color: #358ECD;
}
</style>