Shades of Curious Blue #3578CE
Tints of Curious Blue #3578CE
RGB
CMYK
RGB Variations
Color information
#3578CE (or 0x3578CE) is known color: Curious Blue. HEX triplet: 35, 78 and CE. RGB value is (53,120,206). Sum of RGB (Red+Green+Blue) = 53+120+206=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3578CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3578CE is #CA8731. Grayscale: #6D6D6D. Windows color (decimal): -13272882 or 13531189. OLE color: 13531189.
HSL color Cylindrical-coordinate representation of color #3578CE: hue angle of 213.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3578CE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 120 | 206 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.19 |
| HSL | 213.73º | 0.61% | 0.51% | - |
| HSV(B) | 213.73º | 0.74% | 0.81% | - |
| XYZ | 19.33 | 18.65 | 60.97 | - |
| YUV | 109.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 206 | 0.74 | 0.42 | 0 | 0.19 | 213.73 | 0.61 | 0.51 |
| Hex | 35 | 78 | CE | 4A | 2A | 0 | 13 | D6 | 3D | 33 |
| Octal | 65 | 170 | 316 | 112 | 52 | 0 | 23 | 326 | 75 | 63 |
| Binary | 110101 | 1111000 | 11001110 | 1001010 | 101010 | 0 | 10011 | 11010110 | 111101 | 110011 |
Color Harmonies of #3578CE
Complementary color
Monochromatic Colors of #3578CE
Black with #3578CE
Text Example
Text Example
White with #3578CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3578CE; }
p { color: rgb(53,120,206); }
H1.HeaderClassName
{
color: #3578CE;
}
.AnyTagClassName
{
color: #3578CE;
}
</style>
background-color css
<style>
a { background-color: #3578CE; }
a { background-color: rgb(53,120,206); }
div.DivClassName
{
background-color: #3578CE;
}
.BgClassName
{
background-color: #3578CE;
}
</style>
border-color css
<style>
span { border-color: #3578CE; }
span { border-color: rgb(53,120,206); }
td.TdClassName
{
border-color: #3578CE;
}
.TagClassName
{
border-color: #3578CE;
}
</style>