Shades of Curious Blue #358ECC
Tints of Curious Blue #358ECC
RGB
CMYK
RGB Variations
Color information
#358ECC (or 0x358ECC) is known color: Curious Blue. HEX triplet: 35, 8E and CC. RGB value is (53,142,204). Sum of RGB (Red+Green+Blue) = 53+142+204=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #358ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ECC is #CA7133. Grayscale: #7A7A7A. Windows color (decimal): -13267252 or 13405749. OLE color: 13405749.
HSL color Cylindrical-coordinate representation of color #358ECC: hue angle of 204.64º degrees, saturation: 0.6, 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 #358ECC is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 142 | 204 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.2 |
| HSL | 204.64º | 0.6% | 0.5% | - |
| HSV(B) | 204.64º | 0.74% | 0.8% | - |
| XYZ | 22.04 | 24.46 | 60.69 | - |
| YUV | 122.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 204 | 0.74 | 0.30 | 0 | 0.2 | 204.64 | 0.6 | 0.5 |
| Hex | 35 | 8E | CC | 4A | 1E | 0 | 14 | CD | 3C | 32 |
| Octal | 65 | 216 | 314 | 112 | 36 | 0 | 24 | 315 | 74 | 62 |
| Binary | 110101 | 10001110 | 11001100 | 1001010 | 11110 | 0 | 10100 | 11001101 | 111100 | 110010 |
Color Harmonies of #358ECC
Complementary color
Monochromatic Colors of #358ECC
Black with #358ECC
Text Example
Text Example
White with #358ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358ECC; }
p { color: rgb(53,142,204); }
H1.HeaderClassName
{
color: #358ECC;
}
.AnyTagClassName
{
color: #358ECC;
}
</style>
background-color css
<style>
a { background-color: #358ECC; }
a { background-color: rgb(53,142,204); }
div.DivClassName
{
background-color: #358ECC;
}
.BgClassName
{
background-color: #358ECC;
}
</style>
border-color css
<style>
span { border-color: #358ECC; }
span { border-color: rgb(53,142,204); }
td.TdClassName
{
border-color: #358ECC;
}
.TagClassName
{
border-color: #358ECC;
}
</style>