Shades of Curious Blue #4091BA
Tints of Curious Blue #4091BA
RGB
CMYK
RGB Variations
Color information
#4091BA (or 0x4091BA) is known color: Curious Blue. HEX triplet: 40, 91 and BA. RGB value is (64,145,186). Sum of RGB (Red+Green+Blue) = 64+145+186=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #4091BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4091BA is #BF6E45. Grayscale: #7D7D7D. Windows color (decimal): -12545606 or 12226880. OLE color: 12226880.
HSL color Cylindrical-coordinate representation of color #4091BA: hue angle of 200.16º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4091BA is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 145 | 186 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.27 |
| HSL | 200.16º | 0.49% | 0.49% | - |
| HSV(B) | 200.16º | 0.66% | 0.73% | - |
| XYZ | 21.1 | 24.89 | 50.15 | - |
| YUV | 125.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 186 | 0.66 | 0.22 | 0 | 0.27 | 200.16 | 0.49 | 0.49 |
| Hex | 40 | 91 | BA | 42 | 16 | 0 | 1B | C8 | 31 | 31 |
| Octal | 100 | 221 | 272 | 102 | 26 | 0 | 33 | 310 | 61 | 61 |
| Binary | 1000000 | 10010001 | 10111010 | 1000010 | 10110 | 0 | 11011 | 11001000 | 110001 | 110001 |
Color Harmonies of #4091BA
Complementary color
Monochromatic Colors of #4091BA
Black with #4091BA
Text Example
Text Example
White with #4091BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091BA; }
p { color: rgb(64,145,186); }
H1.HeaderClassName
{
color: #4091BA;
}
.AnyTagClassName
{
color: #4091BA;
}
</style>
background-color css
<style>
a { background-color: #4091BA; }
a { background-color: rgb(64,145,186); }
div.DivClassName
{
background-color: #4091BA;
}
.BgClassName
{
background-color: #4091BA;
}
</style>
border-color css
<style>
span { border-color: #4091BA; }
span { border-color: rgb(64,145,186); }
td.TdClassName
{
border-color: #4091BA;
}
.TagClassName
{
border-color: #4091BA;
}
</style>