Shades of Curious Blue #358CDC
Tints of Curious Blue #358CDC
RGB
CMYK
RGB Variations
Color information
#358CDC (or 0x358CDC) is known color: Curious Blue. HEX triplet: 35, 8C and DC. RGB value is (53,140,220). Sum of RGB (Red+Green+Blue) = 53+140+220=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #358CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CDC is #CA7323. Grayscale: #7A7A7A. Windows color (decimal): -13267748 or 14453813. OLE color: 14453813.
HSL color Cylindrical-coordinate representation of color #358CDC: hue angle of 208.74º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358CDC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 140 | 220 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.14 |
| HSL | 208.74º | 0.7% | 0.54% | - |
| HSV(B) | 208.74º | 0.76% | 0.86% | - |
| XYZ | 23.76 | 24.68 | 71.22 | - |
| YUV | 123.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 220 | 0.76 | 0.36 | 0 | 0.14 | 208.74 | 0.7 | 0.54 |
| Hex | 35 | 8C | DC | 4C | 24 | 0 | E | D1 | 46 | 36 |
| Octal | 65 | 214 | 334 | 114 | 44 | 0 | 16 | 321 | 106 | 66 |
| Binary | 110101 | 10001100 | 11011100 | 1001100 | 100100 | 0 | 1110 | 11010001 | 1000110 | 110110 |
Color Harmonies of #358CDC
Complementary color
Monochromatic Colors of #358CDC
Black with #358CDC
Text Example
Text Example
White with #358CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358CDC; }
p { color: rgb(53,140,220); }
H1.HeaderClassName
{
color: #358CDC;
}
.AnyTagClassName
{
color: #358CDC;
}
</style>
background-color css
<style>
a { background-color: #358CDC; }
a { background-color: rgb(53,140,220); }
div.DivClassName
{
background-color: #358CDC;
}
.BgClassName
{
background-color: #358CDC;
}
</style>
border-color css
<style>
span { border-color: #358CDC; }
span { border-color: rgb(53,140,220); }
td.TdClassName
{
border-color: #358CDC;
}
.TagClassName
{
border-color: #358CDC;
}
</style>