Shades of Curious Blue #4188C2
Tints of Curious Blue #4188C2
RGB
CMYK
RGB Variations
Color information
#4188C2 (or 0x4188C2) is known color: Curious Blue. HEX triplet: 41, 88 and C2. RGB value is (65,136,194). Sum of RGB (Red+Green+Blue) = 65+136+194=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #4188C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4188C2 is #BE773D. Grayscale: #797979. Windows color (decimal): -12482366 or 12748865. OLE color: 12748865.
HSL color Cylindrical-coordinate representation of color #4188C2: hue angle of 206.98º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4188C2 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 136 | 194 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.24 |
| HSL | 206.98º | 0.51% | 0.51% | - |
| HSV(B) | 206.98º | 0.66% | 0.76% | - |
| XYZ | 20.72 | 22.63 | 54.31 | - |
| YUV | 121.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 194 | 0.66 | 0.30 | 0 | 0.24 | 206.98 | 0.51 | 0.51 |
| Hex | 41 | 88 | C2 | 42 | 1E | 0 | 18 | CF | 33 | 33 |
| Octal | 101 | 210 | 302 | 102 | 36 | 0 | 30 | 317 | 63 | 63 |
| Binary | 1000001 | 10001000 | 11000010 | 1000010 | 11110 | 0 | 11000 | 11001111 | 110011 | 110011 |
Color Harmonies of #4188C2
Complementary color
Monochromatic Colors of #4188C2
Black with #4188C2
Text Example
Text Example
White with #4188C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4188C2; }
p { color: rgb(65,136,194); }
H1.HeaderClassName
{
color: #4188C2;
}
.AnyTagClassName
{
color: #4188C2;
}
</style>
background-color css
<style>
a { background-color: #4188C2; }
a { background-color: rgb(65,136,194); }
div.DivClassName
{
background-color: #4188C2;
}
.BgClassName
{
background-color: #4188C2;
}
</style>
border-color css
<style>
span { border-color: #4188C2; }
span { border-color: rgb(65,136,194); }
td.TdClassName
{
border-color: #4188C2;
}
.TagClassName
{
border-color: #4188C2;
}
</style>