Shades of Curious Blue #3578CB
Tints of Curious Blue #3578CB
RGB
CMYK
RGB Variations
Color information
#3578CB (or 0x3578CB) is known color: Curious Blue. HEX triplet: 35, 78 and CB. RGB value is (53,120,203). Sum of RGB (Red+Green+Blue) = 53+120+203=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3578CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3578CB is #CA8734. Grayscale: #6D6D6D. Windows color (decimal): -13272885 or 13334581. OLE color: 13334581.
HSL color Cylindrical-coordinate representation of color #3578CB: hue angle of 213.2º degrees, saturation: 0.59, 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 #3578CB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 120 | 203 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.20 |
| HSL | 213.2º | 0.59% | 0.5% | - |
| HSV(B) | 213.2º | 0.74% | 0.8% | - |
| XYZ | 18.96 | 18.5 | 59.07 | - |
| YUV | 109.43 | 180.8 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 203 | 0.74 | 0.41 | 0 | 0.20 | 213.2 | 0.59 | 0.5 |
| Hex | 35 | 78 | CB | 4A | 29 | 0 | 14 | D5 | 3B | 32 |
| Octal | 65 | 170 | 313 | 112 | 51 | 0 | 24 | 325 | 73 | 62 |
| Binary | 110101 | 1111000 | 11001011 | 1001010 | 101001 | 0 | 10100 | 11010101 | 111011 | 110010 |
Color Harmonies of #3578CB
Complementary color
Monochromatic Colors of #3578CB
Black with #3578CB
Text Example
Text Example
White with #3578CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3578CB; }
p { color: rgb(53,120,203); }
H1.HeaderClassName
{
color: #3578CB;
}
.AnyTagClassName
{
color: #3578CB;
}
</style>
background-color css
<style>
a { background-color: #3578CB; }
a { background-color: rgb(53,120,203); }
div.DivClassName
{
background-color: #3578CB;
}
.BgClassName
{
background-color: #3578CB;
}
</style>
border-color css
<style>
span { border-color: #3578CB; }
span { border-color: rgb(53,120,203); }
td.TdClassName
{
border-color: #3578CB;
}
.TagClassName
{
border-color: #3578CB;
}
</style>