Shades of Curious Blue #4389BC
Tints of Curious Blue #4389BC
RGB
CMYK
RGB Variations
Color information
#4389BC (or 0x4389BC) is known color: Curious Blue. HEX triplet: 43, 89 and BC. RGB value is (67,137,188). Sum of RGB (Red+Green+Blue) = 67+137+188=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #4389BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4389BC is #BC7643. Grayscale: #797979. Windows color (decimal): -12351044 or 12355907. OLE color: 12355907.
HSL color Cylindrical-coordinate representation of color #4389BC: hue angle of 205.29º 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 #4389BC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 137 | 188 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.26 |
| HSL | 205.29º | 0.47% | 0.5% | - |
| HSV(B) | 205.29º | 0.64% | 0.74% | - |
| XYZ | 20.34 | 22.72 | 50.89 | - |
| YUV | 121.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 188 | 0.64 | 0.27 | 0 | 0.26 | 205.29 | 0.47 | 0.5 |
| Hex | 43 | 89 | BC | 40 | 1B | 0 | 1A | CD | 2F | 32 |
| Octal | 103 | 211 | 274 | 100 | 33 | 0 | 32 | 315 | 57 | 62 |
| Binary | 1000011 | 10001001 | 10111100 | 1000000 | 11011 | 0 | 11010 | 11001101 | 101111 | 110010 |
Color Harmonies of #4389BC
Complementary color
Monochromatic Colors of #4389BC
Black with #4389BC
Text Example
Text Example
White with #4389BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4389BC; }
p { color: rgb(67,137,188); }
H1.HeaderClassName
{
color: #4389BC;
}
.AnyTagClassName
{
color: #4389BC;
}
</style>
background-color css
<style>
a { background-color: #4389BC; }
a { background-color: rgb(67,137,188); }
div.DivClassName
{
background-color: #4389BC;
}
.BgClassName
{
background-color: #4389BC;
}
</style>
border-color css
<style>
span { border-color: #4389BC; }
span { border-color: rgb(67,137,188); }
td.TdClassName
{
border-color: #4389BC;
}
.TagClassName
{
border-color: #4389BC;
}
</style>