Shades of Curious Blue #4091CA
Tints of Curious Blue #4091CA
RGB
CMYK
RGB Variations
Color information
#4091CA (or 0x4091CA) is known color: Curious Blue. HEX triplet: 40, 91 and CA. RGB value is (64,145,202). Sum of RGB (Red+Green+Blue) = 64+145+202=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #4091CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4091CA is #BF6E35. Grayscale: #7E7E7E. Windows color (decimal): -12545590 or 13275456. OLE color: 13275456.
HSL color Cylindrical-coordinate representation of color #4091CA: hue angle of 204.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4091CA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 145 | 202 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.21 |
| HSL | 204.78º | 0.57% | 0.52% | - |
| HSV(B) | 204.78º | 0.68% | 0.79% | - |
| XYZ | 22.9 | 25.61 | 59.61 | - |
| YUV | 127.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 202 | 0.68 | 0.28 | 0 | 0.21 | 204.78 | 0.57 | 0.52 |
| Hex | 40 | 91 | CA | 44 | 1C | 0 | 15 | CD | 39 | 34 |
| Octal | 100 | 221 | 312 | 104 | 34 | 0 | 25 | 315 | 71 | 64 |
| Binary | 1000000 | 10010001 | 11001010 | 1000100 | 11100 | 0 | 10101 | 11001101 | 111001 | 110100 |
Color Harmonies of #4091CA
Complementary color
Monochromatic Colors of #4091CA
Black with #4091CA
Text Example
Text Example
White with #4091CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091CA; }
p { color: rgb(64,145,202); }
H1.HeaderClassName
{
color: #4091CA;
}
.AnyTagClassName
{
color: #4091CA;
}
</style>
background-color css
<style>
a { background-color: #4091CA; }
a { background-color: rgb(64,145,202); }
div.DivClassName
{
background-color: #4091CA;
}
.BgClassName
{
background-color: #4091CA;
}
</style>
border-color css
<style>
span { border-color: #4091CA; }
span { border-color: rgb(64,145,202); }
td.TdClassName
{
border-color: #4091CA;
}
.TagClassName
{
border-color: #4091CA;
}
</style>