Shades of Curious Blue #4390BC
Tints of Curious Blue #4390BC
RGB
CMYK
RGB Variations
Color information
#4390BC (or 0x4390BC) is known color: Curious Blue. HEX triplet: 43, 90 and BC. RGB value is (67,144,188). Sum of RGB (Red+Green+Blue) = 67+144+188=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 144 (56.64% from 255 or 36.09% 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 #4390BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4390BC is #BC6F43. Grayscale: #7D7D7D. Windows color (decimal): -12349252 or 12357699. OLE color: 12357699.
HSL color Cylindrical-coordinate representation of color #4390BC: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4390BC is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 144 | 188 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.26 |
| HSL | 201.82º | 0.47% | 0.5% | - |
| HSV(B) | 201.82º | 0.64% | 0.74% | - |
| XYZ | 21.37 | 24.77 | 51.23 | - |
| YUV | 125.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 144 | 188 | 0.64 | 0.23 | 0 | 0.26 | 201.82 | 0.47 | 0.5 |
| Hex | 43 | 90 | BC | 40 | 17 | 0 | 1A | CA | 2F | 32 |
| Octal | 103 | 220 | 274 | 100 | 27 | 0 | 32 | 312 | 57 | 62 |
| Binary | 1000011 | 10010000 | 10111100 | 1000000 | 10111 | 0 | 11010 | 11001010 | 101111 | 110010 |
Color Harmonies of #4390BC
Complementary color
Monochromatic Colors of #4390BC
Black with #4390BC
Text Example
Text Example
White with #4390BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4390BC; }
p { color: rgb(67,144,188); }
H1.HeaderClassName
{
color: #4390BC;
}
.AnyTagClassName
{
color: #4390BC;
}
</style>
background-color css
<style>
a { background-color: #4390BC; }
a { background-color: rgb(67,144,188); }
div.DivClassName
{
background-color: #4390BC;
}
.BgClassName
{
background-color: #4390BC;
}
</style>
border-color css
<style>
span { border-color: #4390BC; }
span { border-color: rgb(67,144,188); }
td.TdClassName
{
border-color: #4390BC;
}
.TagClassName
{
border-color: #4390BC;
}
</style>