Shades of Curious Blue #3578BA
Tints of Curious Blue #3578BA
RGB
CMYK
RGB Variations
Color information
#3578BA (or 0x3578BA) is known color: Curious Blue. HEX triplet: 35, 78 and BA. RGB value is (53,120,186). Sum of RGB (Red+Green+Blue) = 53+120+186=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #3578BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3578BA is #CA8745. Grayscale: #6B6B6B. Windows color (decimal): -13272902 or 12220469. OLE color: 12220469.
HSL color Cylindrical-coordinate representation of color #3578BA: hue angle of 209.77º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3578BA is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 120 | 186 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.27 |
| HSL | 209.77º | 0.56% | 0.47% | - |
| HSV(B) | 209.77º | 0.72% | 0.73% | - |
| XYZ | 17.05 | 17.74 | 48.98 | - |
| YUV | 107.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 186 | 0.72 | 0.35 | 0 | 0.27 | 209.77 | 0.56 | 0.47 |
| Hex | 35 | 78 | BA | 48 | 23 | 0 | 1B | D2 | 38 | 2F |
| Octal | 65 | 170 | 272 | 110 | 43 | 0 | 33 | 322 | 70 | 57 |
| Binary | 110101 | 1111000 | 10111010 | 1001000 | 100011 | 0 | 11011 | 11010010 | 111000 | 101111 |
Color Harmonies of #3578BA
Complementary color
Monochromatic Colors of #3578BA
Black with #3578BA
Text Example
Text Example
White with #3578BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3578BA; }
p { color: rgb(53,120,186); }
H1.HeaderClassName
{
color: #3578BA;
}
.AnyTagClassName
{
color: #3578BA;
}
</style>
background-color css
<style>
a { background-color: #3578BA; }
a { background-color: rgb(53,120,186); }
div.DivClassName
{
background-color: #3578BA;
}
.BgClassName
{
background-color: #3578BA;
}
</style>
border-color css
<style>
span { border-color: #3578BA; }
span { border-color: rgb(53,120,186); }
td.TdClassName
{
border-color: #3578BA;
}
.TagClassName
{
border-color: #3578BA;
}
</style>