Shades of Curious Blue #4391BC
Tints of Curious Blue #4391BC
RGB
CMYK
RGB Variations
Color information
#4391BC (or 0x4391BC) is known color: Curious Blue. HEX triplet: 43, 91 and BC. RGB value is (67,145,188). Sum of RGB (Red+Green+Blue) = 67+145+188=400 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #4391BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4391BC is #BC6E43. Grayscale: #7E7E7E. Windows color (decimal): -12348996 or 12357955. OLE color: 12357955.
HSL color Cylindrical-coordinate representation of color #4391BC: hue angle of 201.32º 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 #4391BC is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 145 | 188 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.26 |
| HSL | 201.32º | 0.47% | 0.5% | - |
| HSV(B) | 201.32º | 0.64% | 0.74% | - |
| XYZ | 21.52 | 25.07 | 51.28 | - |
| YUV | 126.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 188 | 0.64 | 0.23 | 0 | 0.26 | 201.32 | 0.47 | 0.5 |
| Hex | 43 | 91 | BC | 40 | 17 | 0 | 1A | C9 | 2F | 32 |
| Octal | 103 | 221 | 274 | 100 | 27 | 0 | 32 | 311 | 57 | 62 |
| Binary | 1000011 | 10010001 | 10111100 | 1000000 | 10111 | 0 | 11010 | 11001001 | 101111 | 110010 |
Color Harmonies of #4391BC
Complementary color
Monochromatic Colors of #4391BC
Black with #4391BC
Text Example
Text Example
White with #4391BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4391BC; }
p { color: rgb(67,145,188); }
H1.HeaderClassName
{
color: #4391BC;
}
.AnyTagClassName
{
color: #4391BC;
}
</style>
background-color css
<style>
a { background-color: #4391BC; }
a { background-color: rgb(67,145,188); }
div.DivClassName
{
background-color: #4391BC;
}
.BgClassName
{
background-color: #4391BC;
}
</style>
border-color css
<style>
span { border-color: #4391BC; }
span { border-color: rgb(67,145,188); }
td.TdClassName
{
border-color: #4391BC;
}
.TagClassName
{
border-color: #4391BC;
}
</style>