Shades of Curious Blue #4182BC
Tints of Curious Blue #4182BC
RGB
CMYK
RGB Variations
Color information
#4182BC (or 0x4182BC) is known color: Curious Blue. HEX triplet: 41, 82 and BC. RGB value is (65,130,188). Sum of RGB (Red+Green+Blue) = 65+130+188=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #4182BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4182BC is #BE7D43. Grayscale: #747474. Windows color (decimal): -12483908 or 12354113. OLE color: 12354113.
HSL color Cylindrical-coordinate representation of color #4182BC: hue angle of 208.29º 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 #4182BC is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 130 | 188 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.26 |
| HSL | 208.29º | 0.49% | 0.5% | - |
| HSV(B) | 208.29º | 0.65% | 0.74% | - |
| XYZ | 19.24 | 20.72 | 50.56 | - |
| YUV | 117.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 188 | 0.65 | 0.31 | 0 | 0.26 | 208.29 | 0.49 | 0.5 |
| Hex | 41 | 82 | BC | 41 | 1F | 0 | 1A | D0 | 31 | 32 |
| Octal | 101 | 202 | 274 | 101 | 37 | 0 | 32 | 320 | 61 | 62 |
| Binary | 1000001 | 10000010 | 10111100 | 1000001 | 11111 | 0 | 11010 | 11010000 | 110001 | 110010 |
Color Harmonies of #4182BC
Complementary color
Monochromatic Colors of #4182BC
Black with #4182BC
Text Example
Text Example
White with #4182BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4182BC; }
p { color: rgb(65,130,188); }
H1.HeaderClassName
{
color: #4182BC;
}
.AnyTagClassName
{
color: #4182BC;
}
</style>
background-color css
<style>
a { background-color: #4182BC; }
a { background-color: rgb(65,130,188); }
div.DivClassName
{
background-color: #4182BC;
}
.BgClassName
{
background-color: #4182BC;
}
</style>
border-color css
<style>
span { border-color: #4182BC; }
span { border-color: rgb(65,130,188); }
td.TdClassName
{
border-color: #4182BC;
}
.TagClassName
{
border-color: #4182BC;
}
</style>