Shades of Curious Blue #4389BE
Tints of Curious Blue #4389BE
RGB
CMYK
RGB Variations
Color information
#4389BE (or 0x4389BE) is known color: Curious Blue. HEX triplet: 43, 89 and BE. RGB value is (67,137,190). Sum of RGB (Red+Green+Blue) = 67+137+190=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4389BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4389BE is #BC7641. Grayscale: #797979. Windows color (decimal): -12351042 or 12486979. OLE color: 12486979.
HSL color Cylindrical-coordinate representation of color #4389BE: hue angle of 205.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4389BE is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 137 | 190 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.25 |
| HSL | 205.85º | 0.49% | 0.5% | - |
| HSV(B) | 205.85º | 0.65% | 0.75% | - |
| XYZ | 20.55 | 22.8 | 52.03 | - |
| YUV | 122.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 190 | 0.65 | 0.28 | 0 | 0.25 | 205.85 | 0.49 | 0.5 |
| Hex | 43 | 89 | BE | 41 | 1C | 0 | 19 | CE | 31 | 32 |
| Octal | 103 | 211 | 276 | 101 | 34 | 0 | 31 | 316 | 61 | 62 |
| Binary | 1000011 | 10001001 | 10111110 | 1000001 | 11100 | 0 | 11001 | 11001110 | 110001 | 110010 |
Color Harmonies of #4389BE
Complementary color
Monochromatic Colors of #4389BE
Black with #4389BE
Text Example
Text Example
White with #4389BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4389BE; }
p { color: rgb(67,137,190); }
H1.HeaderClassName
{
color: #4389BE;
}
.AnyTagClassName
{
color: #4389BE;
}
</style>
background-color css
<style>
a { background-color: #4389BE; }
a { background-color: rgb(67,137,190); }
div.DivClassName
{
background-color: #4389BE;
}
.BgClassName
{
background-color: #4389BE;
}
</style>
border-color css
<style>
span { border-color: #4389BE; }
span { border-color: rgb(67,137,190); }
td.TdClassName
{
border-color: #4389BE;
}
.TagClassName
{
border-color: #4389BE;
}
</style>