Shades of Curious Blue #4082C1
Tints of Curious Blue #4082C1
RGB
CMYK
RGB Variations
Color information
#4082C1 (or 0x4082C1) is known color: Curious Blue. HEX triplet: 40, 82 and C1. RGB value is (64,130,193). Sum of RGB (Red+Green+Blue) = 64+130+193=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #4082C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082C1 is #BF7D3E. Grayscale: #757575. Windows color (decimal): -12549439 or 12681792. OLE color: 12681792.
HSL color Cylindrical-coordinate representation of color #4082C1: hue angle of 209.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4082C1 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 130 | 193 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.24 |
| HSL | 209.3º | 0.51% | 0.5% | - |
| HSV(B) | 209.3º | 0.67% | 0.76% | - |
| XYZ | 19.72 | 20.91 | 53.45 | - |
| YUV | 117.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 193 | 0.67 | 0.33 | 0 | 0.24 | 209.3 | 0.51 | 0.5 |
| Hex | 40 | 82 | C1 | 43 | 21 | 0 | 18 | D1 | 33 | 32 |
| Octal | 100 | 202 | 301 | 103 | 41 | 0 | 30 | 321 | 63 | 62 |
| Binary | 1000000 | 10000010 | 11000001 | 1000011 | 100001 | 0 | 11000 | 11010001 | 110011 | 110010 |
Color Harmonies of #4082C1
Complementary color
Monochromatic Colors of #4082C1
Black with #4082C1
Text Example
Text Example
White with #4082C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082C1; }
p { color: rgb(64,130,193); }
H1.HeaderClassName
{
color: #4082C1;
}
.AnyTagClassName
{
color: #4082C1;
}
</style>
background-color css
<style>
a { background-color: #4082C1; }
a { background-color: rgb(64,130,193); }
div.DivClassName
{
background-color: #4082C1;
}
.BgClassName
{
background-color: #4082C1;
}
</style>
border-color css
<style>
span { border-color: #4082C1; }
span { border-color: rgb(64,130,193); }
td.TdClassName
{
border-color: #4082C1;
}
.TagClassName
{
border-color: #4082C1;
}
</style>