Shades of Curious Blue #3578BC
Tints of Curious Blue #3578BC
RGB
CMYK
RGB Variations
Color information
#3578BC (or 0x3578BC) is known color: Curious Blue. HEX triplet: 35, 78 and BC. RGB value is (53,120,188). Sum of RGB (Red+Green+Blue) = 53+120+188=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #3578BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3578BC is #CA8743. Grayscale: #6B6B6B. Windows color (decimal): -13272900 or 12351541. OLE color: 12351541.
HSL color Cylindrical-coordinate representation of color #3578BC: hue angle of 210.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3578BC is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 120 | 188 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.26 |
| HSL | 210.22º | 0.56% | 0.47% | - |
| HSV(B) | 210.22º | 0.72% | 0.74% | - |
| XYZ | 17.26 | 17.82 | 50.11 | - |
| YUV | 107.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 188 | 0.72 | 0.36 | 0 | 0.26 | 210.22 | 0.56 | 0.47 |
| Hex | 35 | 78 | BC | 48 | 24 | 0 | 1A | D2 | 38 | 2F |
| Octal | 65 | 170 | 274 | 110 | 44 | 0 | 32 | 322 | 70 | 57 |
| Binary | 110101 | 1111000 | 10111100 | 1001000 | 100100 | 0 | 11010 | 11010010 | 111000 | 101111 |
Color Harmonies of #3578BC
Complementary color
Monochromatic Colors of #3578BC
Black with #3578BC
Text Example
Text Example
White with #3578BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3578BC; }
p { color: rgb(53,120,188); }
H1.HeaderClassName
{
color: #3578BC;
}
.AnyTagClassName
{
color: #3578BC;
}
</style>
background-color css
<style>
a { background-color: #3578BC; }
a { background-color: rgb(53,120,188); }
div.DivClassName
{
background-color: #3578BC;
}
.BgClassName
{
background-color: #3578BC;
}
</style>
border-color css
<style>
span { border-color: #3578BC; }
span { border-color: rgb(53,120,188); }
td.TdClassName
{
border-color: #3578BC;
}
.TagClassName
{
border-color: #3578BC;
}
</style>