Shades of Curious Blue #4093BC
Tints of Curious Blue #4093BC
RGB
CMYK
RGB Variations
Color information
#4093BC (or 0x4093BC) is known color: Curious Blue. HEX triplet: 40, 93 and BC. RGB value is (64,147,188). Sum of RGB (Red+Green+Blue) = 64+147+188=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #4093BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4093BC is #BF6C43. Grayscale: #7E7E7E. Windows color (decimal): -12545092 or 12358464. OLE color: 12358464.
HSL color Cylindrical-coordinate representation of color #4093BC: hue angle of 199.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4093BC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 147 | 188 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.26 |
| HSL | 199.84º | 0.49% | 0.49% | - |
| HSV(B) | 199.84º | 0.66% | 0.74% | - |
| XYZ | 21.63 | 25.59 | 51.38 | - |
| YUV | 126.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 188 | 0.66 | 0.22 | 0 | 0.26 | 199.84 | 0.49 | 0.49 |
| Hex | 40 | 93 | BC | 42 | 16 | 0 | 1A | C8 | 31 | 31 |
| Octal | 100 | 223 | 274 | 102 | 26 | 0 | 32 | 310 | 61 | 61 |
| Binary | 1000000 | 10010011 | 10111100 | 1000010 | 10110 | 0 | 11010 | 11001000 | 110001 | 110001 |
Color Harmonies of #4093BC
Complementary color
Monochromatic Colors of #4093BC
Black with #4093BC
Text Example
Text Example
White with #4093BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4093BC; }
p { color: rgb(64,147,188); }
H1.HeaderClassName
{
color: #4093BC;
}
.AnyTagClassName
{
color: #4093BC;
}
</style>
background-color css
<style>
a { background-color: #4093BC; }
a { background-color: rgb(64,147,188); }
div.DivClassName
{
background-color: #4093BC;
}
.BgClassName
{
background-color: #4093BC;
}
</style>
border-color css
<style>
span { border-color: #4093BC; }
span { border-color: rgb(64,147,188); }
td.TdClassName
{
border-color: #4093BC;
}
.TagClassName
{
border-color: #4093BC;
}
</style>