Shades of Curious Blue #4193C5
Tints of Curious Blue #4193C5
RGB
CMYK
RGB Variations
Color information
#4193C5 (or 0x4193C5) is known color: Curious Blue. HEX triplet: 41, 93 and C5. RGB value is (65,147,197). Sum of RGB (Red+Green+Blue) = 65+147+197=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #4193C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193C5 is #BE6C3A. Grayscale: #7F7F7F. Windows color (decimal): -12479547 or 12948289. OLE color: 12948289.
HSL color Cylindrical-coordinate representation of color #4193C5: hue angle of 202.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4193C5 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 147 | 197 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.23 |
| HSL | 202.73º | 0.53% | 0.51% | - |
| HSV(B) | 202.73º | 0.67% | 0.77% | - |
| XYZ | 22.69 | 26.02 | 56.65 | - |
| YUV | 128.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 197 | 0.67 | 0.25 | 0 | 0.23 | 202.73 | 0.53 | 0.51 |
| Hex | 41 | 93 | C5 | 43 | 19 | 0 | 17 | CB | 35 | 33 |
| Octal | 101 | 223 | 305 | 103 | 31 | 0 | 27 | 313 | 65 | 63 |
| Binary | 1000001 | 10010011 | 11000101 | 1000011 | 11001 | 0 | 10111 | 11001011 | 110101 | 110011 |
Color Harmonies of #4193C5
Complementary color
Monochromatic Colors of #4193C5
Black with #4193C5
Text Example
Text Example
White with #4193C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193C5; }
p { color: rgb(65,147,197); }
H1.HeaderClassName
{
color: #4193C5;
}
.AnyTagClassName
{
color: #4193C5;
}
</style>
background-color css
<style>
a { background-color: #4193C5; }
a { background-color: rgb(65,147,197); }
div.DivClassName
{
background-color: #4193C5;
}
.BgClassName
{
background-color: #4193C5;
}
</style>
border-color css
<style>
span { border-color: #4193C5; }
span { border-color: rgb(65,147,197); }
td.TdClassName
{
border-color: #4193C5;
}
.TagClassName
{
border-color: #4193C5;
}
</style>