Shades of Curious Blue #4091CC
Tints of Curious Blue #4091CC
RGB
CMYK
RGB Variations
Color information
#4091CC (or 0x4091CC) is known color: Curious Blue. HEX triplet: 40, 91 and CC. RGB value is (64,145,204). Sum of RGB (Red+Green+Blue) = 64+145+204=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #4091CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4091CC is #BF6E33. Grayscale: #7F7F7F. Windows color (decimal): -12545588 or 13406528. OLE color: 13406528.
HSL color Cylindrical-coordinate representation of color #4091CC: hue angle of 205.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4091CC is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 145 | 204 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.2 |
| HSL | 205.29º | 0.58% | 0.53% | - |
| HSV(B) | 205.29º | 0.69% | 0.8% | - |
| XYZ | 23.14 | 25.7 | 60.87 | - |
| YUV | 127.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 204 | 0.69 | 0.29 | 0 | 0.2 | 205.29 | 0.58 | 0.53 |
| Hex | 40 | 91 | CC | 45 | 1D | 0 | 14 | CD | 3A | 35 |
| Octal | 100 | 221 | 314 | 105 | 35 | 0 | 24 | 315 | 72 | 65 |
| Binary | 1000000 | 10010001 | 11001100 | 1000101 | 11101 | 0 | 10100 | 11001101 | 111010 | 110101 |
Color Harmonies of #4091CC
Complementary color
Monochromatic Colors of #4091CC
Black with #4091CC
Text Example
Text Example
White with #4091CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4091CC; }
p { color: rgb(64,145,204); }
H1.HeaderClassName
{
color: #4091CC;
}
.AnyTagClassName
{
color: #4091CC;
}
</style>
background-color css
<style>
a { background-color: #4091CC; }
a { background-color: rgb(64,145,204); }
div.DivClassName
{
background-color: #4091CC;
}
.BgClassName
{
background-color: #4091CC;
}
</style>
border-color css
<style>
span { border-color: #4091CC; }
span { border-color: rgb(64,145,204); }
td.TdClassName
{
border-color: #4091CC;
}
.TagClassName
{
border-color: #4091CC;
}
</style>