Shades of Curious Blue #4392BF
Tints of Curious Blue #4392BF
RGB
CMYK
RGB Variations
Color information
#4392BF (or 0x4392BF) is known color: Curious Blue. HEX triplet: 43, 92 and BF. RGB value is (67,146,191). Sum of RGB (Red+Green+Blue) = 67+146+191=404 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.58% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #4392BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4392BF is #BC6D40. Grayscale: #7F7F7F. Windows color (decimal): -12348737 or 12554819. OLE color: 12554819.
HSL color Cylindrical-coordinate representation of color #4392BF: hue angle of 201.77º degrees, saturation: 0.49, 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 #4392BF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 146 | 191 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.25 |
| HSL | 201.77º | 0.49% | 0.51% | - |
| HSV(B) | 201.77º | 0.65% | 0.75% | - |
| XYZ | 22 | 25.51 | 53.06 | - |
| YUV | 127.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 191 | 0.65 | 0.24 | 0 | 0.25 | 201.77 | 0.49 | 0.51 |
| Hex | 43 | 92 | BF | 41 | 18 | 0 | 19 | CA | 31 | 33 |
| Octal | 103 | 222 | 277 | 101 | 30 | 0 | 31 | 312 | 61 | 63 |
| Binary | 1000011 | 10010010 | 10111111 | 1000001 | 11000 | 0 | 11001 | 11001010 | 110001 | 110011 |
Color Harmonies of #4392BF
Complementary color
Monochromatic Colors of #4392BF
Black with #4392BF
Text Example
Text Example
White with #4392BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4392BF; }
p { color: rgb(67,146,191); }
H1.HeaderClassName
{
color: #4392BF;
}
.AnyTagClassName
{
color: #4392BF;
}
</style>
background-color css
<style>
a { background-color: #4392BF; }
a { background-color: rgb(67,146,191); }
div.DivClassName
{
background-color: #4392BF;
}
.BgClassName
{
background-color: #4392BF;
}
</style>
border-color css
<style>
span { border-color: #4392BF; }
span { border-color: rgb(67,146,191); }
td.TdClassName
{
border-color: #4392BF;
}
.TagClassName
{
border-color: #4392BF;
}
</style>