Shades of Curious Blue #4384C0
Tints of Curious Blue #4384C0
RGB
CMYK
RGB Variations
Color information
#4384C0 (or 0x4384C0) is known color: Curious Blue. HEX triplet: 43, 84 and C0. RGB value is (67,132,192). Sum of RGB (Red+Green+Blue) = 67+132+192=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #4384C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384C0 is #BC7B3F. Grayscale: #777777. Windows color (decimal): -12352320 or 12616771. OLE color: 12616771.
HSL color Cylindrical-coordinate representation of color #4384C0: hue angle of 208.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4384C0 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 132 | 192 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.25 |
| HSL | 208.8º | 0.5% | 0.51% | - |
| HSV(B) | 208.8º | 0.65% | 0.75% | - |
| XYZ | 20.08 | 21.5 | 52.96 | - |
| YUV | 119.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 192 | 0.65 | 0.31 | 0 | 0.25 | 208.8 | 0.5 | 0.51 |
| Hex | 43 | 84 | C0 | 41 | 1F | 0 | 19 | D1 | 32 | 33 |
| Octal | 103 | 204 | 300 | 101 | 37 | 0 | 31 | 321 | 62 | 63 |
| Binary | 1000011 | 10000100 | 11000000 | 1000001 | 11111 | 0 | 11001 | 11010001 | 110010 | 110011 |
Color Harmonies of #4384C0
Complementary color
Monochromatic Colors of #4384C0
Black with #4384C0
Text Example
Text Example
White with #4384C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4384C0; }
p { color: rgb(67,132,192); }
H1.HeaderClassName
{
color: #4384C0;
}
.AnyTagClassName
{
color: #4384C0;
}
</style>
background-color css
<style>
a { background-color: #4384C0; }
a { background-color: rgb(67,132,192); }
div.DivClassName
{
background-color: #4384C0;
}
.BgClassName
{
background-color: #4384C0;
}
</style>
border-color css
<style>
span { border-color: #4384C0; }
span { border-color: rgb(67,132,192); }
td.TdClassName
{
border-color: #4384C0;
}
.TagClassName
{
border-color: #4384C0;
}
</style>