Shades of Curious Blue #4392BC
Tints of Curious Blue #4392BC
RGB
CMYK
RGB Variations
Color information
#4392BC (or 0x4392BC) is known color: Curious Blue. HEX triplet: 43, 92 and BC. RGB value is (67,146,188). Sum of RGB (Red+Green+Blue) = 67+146+188=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #4392BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4392BC is #BC6D43. Grayscale: #7E7E7E. Windows color (decimal): -12348740 or 12358211. OLE color: 12358211.
HSL color Cylindrical-coordinate representation of color #4392BC: hue angle of 200.83º 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 #4392BC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 146 | 188 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.26 |
| HSL | 200.83º | 0.47% | 0.5% | - |
| HSV(B) | 200.83º | 0.64% | 0.74% | - |
| XYZ | 21.67 | 25.38 | 51.33 | - |
| YUV | 127.17 | 162.33 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 188 | 0.64 | 0.22 | 0 | 0.26 | 200.83 | 0.47 | 0.5 |
| Hex | 43 | 92 | BC | 40 | 16 | 0 | 1A | C9 | 2F | 32 |
| Octal | 103 | 222 | 274 | 100 | 26 | 0 | 32 | 311 | 57 | 62 |
| Binary | 1000011 | 10010010 | 10111100 | 1000000 | 10110 | 0 | 11010 | 11001001 | 101111 | 110010 |
Color Harmonies of #4392BC
Complementary color
Monochromatic Colors of #4392BC
Black with #4392BC
Text Example
Text Example
White with #4392BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4392BC; }
p { color: rgb(67,146,188); }
H1.HeaderClassName
{
color: #4392BC;
}
.AnyTagClassName
{
color: #4392BC;
}
</style>
background-color css
<style>
a { background-color: #4392BC; }
a { background-color: rgb(67,146,188); }
div.DivClassName
{
background-color: #4392BC;
}
.BgClassName
{
background-color: #4392BC;
}
</style>
border-color css
<style>
span { border-color: #4392BC; }
span { border-color: rgb(67,146,188); }
td.TdClassName
{
border-color: #4392BC;
}
.TagClassName
{
border-color: #4392BC;
}
</style>