Shades of Curious Blue #4091CE
Tints of Curious Blue #4091CE
RGB
CMYK
RGB Variations
Color information
#4091CE (or 0x4091CE) is known color: Curious Blue. HEX triplet: 40, 91 and CE. RGB value is (64,145,206). Sum of RGB (Red+Green+Blue) = 64+145+206=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #4091CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4091CE is #BF6E31. Grayscale: #7F7F7F. Windows color (decimal): -12545586 or 13537600. OLE color: 13537600.
HSL color Cylindrical-coordinate representation of color #4091CE: hue angle of 205.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4091CE is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 145 | 206 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.19 |
| HSL | 205.77º | 0.59% | 0.53% | - |
| HSV(B) | 205.77º | 0.69% | 0.81% | - |
| XYZ | 23.38 | 25.8 | 62.14 | - |
| YUV | 127.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 206 | 0.69 | 0.30 | 0 | 0.19 | 205.77 | 0.59 | 0.53 |
| Hex | 40 | 91 | CE | 45 | 1E | 0 | 13 | CE | 3B | 35 |
| Octal | 100 | 221 | 316 | 105 | 36 | 0 | 23 | 316 | 73 | 65 |
| Binary | 1000000 | 10010001 | 11001110 | 1000101 | 11110 | 0 | 10011 | 11001110 | 111011 | 110101 |
Color Harmonies of #4091CE
Complementary color
Monochromatic Colors of #4091CE
Black with #4091CE
Text Example
Text Example
White with #4091CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091CE; }
p { color: rgb(64,145,206); }
H1.HeaderClassName
{
color: #4091CE;
}
.AnyTagClassName
{
color: #4091CE;
}
</style>
background-color css
<style>
a { background-color: #4091CE; }
a { background-color: rgb(64,145,206); }
div.DivClassName
{
background-color: #4091CE;
}
.BgClassName
{
background-color: #4091CE;
}
</style>
border-color css
<style>
span { border-color: #4091CE; }
span { border-color: rgb(64,145,206); }
td.TdClassName
{
border-color: #4091CE;
}
.TagClassName
{
border-color: #4091CE;
}
</style>