Shades of Curious Blue #4083C1
Tints of Curious Blue #4083C1
RGB
CMYK
RGB Variations
Color information
#4083C1 (or 0x4083C1) is known color: Curious Blue. HEX triplet: 40, 83 and C1. RGB value is (64,131,193). Sum of RGB (Red+Green+Blue) = 64+131+193=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #4083C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083C1 is #BF7C3E. Grayscale: #757575. Windows color (decimal): -12549183 or 12682048. OLE color: 12682048.
HSL color Cylindrical-coordinate representation of color #4083C1: hue angle of 208.84º 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 #4083C1 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 131 | 193 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.24 |
| HSL | 208.84º | 0.51% | 0.5% | - |
| HSV(B) | 208.84º | 0.67% | 0.76% | - |
| XYZ | 19.86 | 21.17 | 53.49 | - |
| YUV | 118.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 193 | 0.67 | 0.32 | 0 | 0.24 | 208.84 | 0.51 | 0.5 |
| Hex | 40 | 83 | C1 | 43 | 20 | 0 | 18 | D1 | 33 | 32 |
| Octal | 100 | 203 | 301 | 103 | 40 | 0 | 30 | 321 | 63 | 62 |
| Binary | 1000000 | 10000011 | 11000001 | 1000011 | 100000 | 0 | 11000 | 11010001 | 110011 | 110010 |
Color Harmonies of #4083C1
Complementary color
Monochromatic Colors of #4083C1
Black with #4083C1
Text Example
Text Example
White with #4083C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4083C1; }
p { color: rgb(64,131,193); }
H1.HeaderClassName
{
color: #4083C1;
}
.AnyTagClassName
{
color: #4083C1;
}
</style>
background-color css
<style>
a { background-color: #4083C1; }
a { background-color: rgb(64,131,193); }
div.DivClassName
{
background-color: #4083C1;
}
.BgClassName
{
background-color: #4083C1;
}
</style>
border-color css
<style>
span { border-color: #4083C1; }
span { border-color: rgb(64,131,193); }
td.TdClassName
{
border-color: #4083C1;
}
.TagClassName
{
border-color: #4083C1;
}
</style>