Shades of Curious Blue #4394BE
Tints of Curious Blue #4394BE
RGB
CMYK
RGB Variations
Color information
#4394BE (or 0x4394BE) is known color: Curious Blue. HEX triplet: 43, 94 and BE. RGB value is (67,148,190). Sum of RGB (Red+Green+Blue) = 67+148+190=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4394BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394BE is #BC6B41. Grayscale: #808080. Windows color (decimal): -12348226 or 12489795. OLE color: 12489795.
HSL color Cylindrical-coordinate representation of color #4394BE: hue angle of 200.49º 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 #4394BE is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 148 | 190 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.25 |
| HSL | 200.49º | 0.49% | 0.5% | - |
| HSV(B) | 200.49º | 0.65% | 0.75% | - |
| XYZ | 22.2 | 26.09 | 52.58 | - |
| YUV | 128.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 190 | 0.65 | 0.22 | 0 | 0.25 | 200.49 | 0.49 | 0.5 |
| Hex | 43 | 94 | BE | 41 | 16 | 0 | 19 | C8 | 31 | 32 |
| Octal | 103 | 224 | 276 | 101 | 26 | 0 | 31 | 310 | 61 | 62 |
| Binary | 1000011 | 10010100 | 10111110 | 1000001 | 10110 | 0 | 11001 | 11001000 | 110001 | 110010 |
Color Harmonies of #4394BE
Complementary color
Monochromatic Colors of #4394BE
Black with #4394BE
Text Example
Text Example
White with #4394BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4394BE; }
p { color: rgb(67,148,190); }
H1.HeaderClassName
{
color: #4394BE;
}
.AnyTagClassName
{
color: #4394BE;
}
</style>
background-color css
<style>
a { background-color: #4394BE; }
a { background-color: rgb(67,148,190); }
div.DivClassName
{
background-color: #4394BE;
}
.BgClassName
{
background-color: #4394BE;
}
</style>
border-color css
<style>
span { border-color: #4394BE; }
span { border-color: rgb(67,148,190); }
td.TdClassName
{
border-color: #4394BE;
}
.TagClassName
{
border-color: #4394BE;
}
</style>