Shades of Curious Blue #3C75BE
Tints of Curious Blue #3C75BE
RGB
CMYK
RGB Variations
Color information
#3C75BE (or 0x3C75BE) is known color: Curious Blue. HEX triplet: 3C, 75 and BE. RGB value is (60,117,190). Sum of RGB (Red+Green+Blue) = 60+117+190=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C75BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75BE is #C38A41. Grayscale: #6B6B6B. Windows color (decimal): -12814914 or 12481852. OLE color: 12481852.
HSL color Cylindrical-coordinate representation of color #3C75BE: hue angle of 213.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C75BE is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 117 | 190 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.25 |
| HSL | 213.69º | 0.52% | 0.49% | - |
| HSV(B) | 213.69º | 0.68% | 0.75% | - |
| XYZ | 17.52 | 17.4 | 51.15 | - |
| YUV | 108.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 190 | 0.68 | 0.38 | 0 | 0.25 | 213.69 | 0.52 | 0.49 |
| Hex | 3C | 75 | BE | 44 | 26 | 0 | 19 | D6 | 34 | 31 |
| Octal | 74 | 165 | 276 | 104 | 46 | 0 | 31 | 326 | 64 | 61 |
| Binary | 111100 | 1110101 | 10111110 | 1000100 | 100110 | 0 | 11001 | 11010110 | 110100 | 110001 |
Color Harmonies of #3C75BE
Complementary color
Monochromatic Colors of #3C75BE
Black with #3C75BE
Text Example
Text Example
White with #3C75BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C75BE; }
p { color: rgb(60,117,190); }
H1.HeaderClassName
{
color: #3C75BE;
}
.AnyTagClassName
{
color: #3C75BE;
}
</style>
background-color css
<style>
a { background-color: #3C75BE; }
a { background-color: rgb(60,117,190); }
div.DivClassName
{
background-color: #3C75BE;
}
.BgClassName
{
background-color: #3C75BE;
}
</style>
border-color css
<style>
span { border-color: #3C75BE; }
span { border-color: rgb(60,117,190); }
td.TdClassName
{
border-color: #3C75BE;
}
.TagClassName
{
border-color: #3C75BE;
}
</style>