Shades of Curious Blue #4184CE
Tints of Curious Blue #4184CE
RGB
CMYK
RGB Variations
Color information
#4184CE (or 0x4184CE) is known color: Curious Blue. HEX triplet: 41, 84 and CE. RGB value is (65,132,206). Sum of RGB (Red+Green+Blue) = 65+132+206=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #4184CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184CE is #BE7B31. Grayscale: #787878. Windows color (decimal): -12483378 or 13534273. OLE color: 13534273.
HSL color Cylindrical-coordinate representation of color #4184CE: hue angle of 211.49º 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 #4184CE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 132 | 206 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.19 |
| HSL | 211.49º | 0.59% | 0.53% | - |
| HSV(B) | 211.49º | 0.68% | 0.81% | - |
| XYZ | 21.57 | 22.08 | 61.52 | - |
| YUV | 120.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 206 | 0.68 | 0.36 | 0 | 0.19 | 211.49 | 0.59 | 0.53 |
| Hex | 41 | 84 | CE | 44 | 24 | 0 | 13 | D3 | 3B | 35 |
| Octal | 101 | 204 | 316 | 104 | 44 | 0 | 23 | 323 | 73 | 65 |
| Binary | 1000001 | 10000100 | 11001110 | 1000100 | 100100 | 0 | 10011 | 11010011 | 111011 | 110101 |
Color Harmonies of #4184CE
Complementary color
Monochromatic Colors of #4184CE
Black with #4184CE
Text Example
Text Example
White with #4184CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4184CE; }
p { color: rgb(65,132,206); }
H1.HeaderClassName
{
color: #4184CE;
}
.AnyTagClassName
{
color: #4184CE;
}
</style>
background-color css
<style>
a { background-color: #4184CE; }
a { background-color: rgb(65,132,206); }
div.DivClassName
{
background-color: #4184CE;
}
.BgClassName
{
background-color: #4184CE;
}
</style>
border-color css
<style>
span { border-color: #4184CE; }
span { border-color: rgb(65,132,206); }
td.TdClassName
{
border-color: #4184CE;
}
.TagClassName
{
border-color: #4184CE;
}
</style>