Shades of Curious Blue #4184CC
Tints of Curious Blue #4184CC
RGB
CMYK
RGB Variations
Color information
#4184CC (or 0x4184CC) is known color: Curious Blue. HEX triplet: 41, 84 and CC. RGB value is (65,132,204). Sum of RGB (Red+Green+Blue) = 65+132+204=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #4184CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184CC is #BE7B33. Grayscale: #777777. Windows color (decimal): -12483380 or 13403201. OLE color: 13403201.
HSL color Cylindrical-coordinate representation of color #4184CC: hue angle of 211.08º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4184CC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 132 | 204 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.2 |
| HSL | 211.08º | 0.58% | 0.53% | - |
| HSV(B) | 211.08º | 0.68% | 0.8% | - |
| XYZ | 21.33 | 21.99 | 60.25 | - |
| YUV | 120.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 204 | 0.68 | 0.35 | 0 | 0.2 | 211.08 | 0.58 | 0.53 |
| Hex | 41 | 84 | CC | 44 | 23 | 0 | 14 | D3 | 3A | 35 |
| Octal | 101 | 204 | 314 | 104 | 43 | 0 | 24 | 323 | 72 | 65 |
| Binary | 1000001 | 10000100 | 11001100 | 1000100 | 100011 | 0 | 10100 | 11010011 | 111010 | 110101 |
Color Harmonies of #4184CC
Complementary color
Monochromatic Colors of #4184CC
Black with #4184CC
Text Example
Text Example
White with #4184CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4184CC; }
p { color: rgb(65,132,204); }
H1.HeaderClassName
{
color: #4184CC;
}
.AnyTagClassName
{
color: #4184CC;
}
</style>
background-color css
<style>
a { background-color: #4184CC; }
a { background-color: rgb(65,132,204); }
div.DivClassName
{
background-color: #4184CC;
}
.BgClassName
{
background-color: #4184CC;
}
</style>
border-color css
<style>
span { border-color: #4184CC; }
span { border-color: rgb(65,132,204); }
td.TdClassName
{
border-color: #4184CC;
}
.TagClassName
{
border-color: #4184CC;
}
</style>