Shades of Curious Blue #4180BC
Tints of Curious Blue #4180BC
RGB
CMYK
RGB Variations
Color information
#4180BC (or 0x4180BC) is known color: Curious Blue. HEX triplet: 41, 80 and BC. RGB value is (65,128,188). Sum of RGB (Red+Green+Blue) = 65+128+188=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #4180BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180BC is #BE7F43. Grayscale: #737373. Windows color (decimal): -12484420 or 12353601. OLE color: 12353601.
HSL color Cylindrical-coordinate representation of color #4180BC: hue angle of 209.27º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4180BC is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 128 | 188 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.26 |
| HSL | 209.27º | 0.49% | 0.5% | - |
| HSV(B) | 209.27º | 0.65% | 0.74% | - |
| XYZ | 18.98 | 20.19 | 50.47 | - |
| YUV | 116 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 188 | 0.65 | 0.32 | 0 | 0.26 | 209.27 | 0.49 | 0.5 |
| Hex | 41 | 80 | BC | 41 | 20 | 0 | 1A | D1 | 31 | 32 |
| Octal | 101 | 200 | 274 | 101 | 40 | 0 | 32 | 321 | 61 | 62 |
| Binary | 1000001 | 10000000 | 10111100 | 1000001 | 100000 | 0 | 11010 | 11010001 | 110001 | 110010 |
Color Harmonies of #4180BC
Complementary color
Monochromatic Colors of #4180BC
Black with #4180BC
Text Example
Text Example
White with #4180BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180BC; }
p { color: rgb(65,128,188); }
H1.HeaderClassName
{
color: #4180BC;
}
.AnyTagClassName
{
color: #4180BC;
}
</style>
background-color css
<style>
a { background-color: #4180BC; }
a { background-color: rgb(65,128,188); }
div.DivClassName
{
background-color: #4180BC;
}
.BgClassName
{
background-color: #4180BC;
}
</style>
border-color css
<style>
span { border-color: #4180BC; }
span { border-color: rgb(65,128,188); }
td.TdClassName
{
border-color: #4180BC;
}
.TagClassName
{
border-color: #4180BC;
}
</style>