Shades of Curious Blue #4181CE
Tints of Curious Blue #4181CE
RGB
CMYK
RGB Variations
Color information
#4181CE (or 0x4181CE) is known color: Curious Blue. HEX triplet: 41, 81 and CE. RGB value is (65,129,206). Sum of RGB (Red+Green+Blue) = 65+129+206=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #4181CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181CE is #BE7E31. Grayscale: #767676. Windows color (decimal): -12484146 or 13533505. OLE color: 13533505.
HSL color Cylindrical-coordinate representation of color #4181CE: hue angle of 212.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4181CE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 129 | 206 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.19 |
| HSL | 212.77º | 0.59% | 0.53% | - |
| HSV(B) | 212.77º | 0.68% | 0.81% | - |
| XYZ | 21.17 | 21.28 | 61.38 | - |
| YUV | 118.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 206 | 0.68 | 0.37 | 0 | 0.19 | 212.77 | 0.59 | 0.53 |
| Hex | 41 | 81 | CE | 44 | 25 | 0 | 13 | D5 | 3B | 35 |
| Octal | 101 | 201 | 316 | 104 | 45 | 0 | 23 | 325 | 73 | 65 |
| Binary | 1000001 | 10000001 | 11001110 | 1000100 | 100101 | 0 | 10011 | 11010101 | 111011 | 110101 |
Color Harmonies of #4181CE
Complementary color
Monochromatic Colors of #4181CE
Black with #4181CE
Text Example
Text Example
White with #4181CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4181CE; }
p { color: rgb(65,129,206); }
H1.HeaderClassName
{
color: #4181CE;
}
.AnyTagClassName
{
color: #4181CE;
}
</style>
background-color css
<style>
a { background-color: #4181CE; }
a { background-color: rgb(65,129,206); }
div.DivClassName
{
background-color: #4181CE;
}
.BgClassName
{
background-color: #4181CE;
}
</style>
border-color css
<style>
span { border-color: #4181CE; }
span { border-color: rgb(65,129,206); }
td.TdClassName
{
border-color: #4181CE;
}
.TagClassName
{
border-color: #4181CE;
}
</style>