Shades of Curious Blue #3C7CBE
Tints of Curious Blue #3C7CBE
RGB
CMYK
RGB Variations
Color information
#3C7CBE (or 0x3C7CBE) is known color: Curious Blue. HEX triplet: 3C, 7C and BE. RGB value is (60,124,190). Sum of RGB (Red+Green+Blue) = 60+124+190=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C7CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7CBE is #C38341. Grayscale: #707070. Windows color (decimal): -12813122 or 12483644. OLE color: 12483644.
HSL color Cylindrical-coordinate representation of color #3C7CBE: hue angle of 210.46º 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 #3C7CBE is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 124 | 190 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.25 |
| HSL | 210.46º | 0.52% | 0.49% | - |
| HSV(B) | 210.46º | 0.68% | 0.75% | - |
| XYZ | 18.37 | 19.09 | 51.43 | - |
| YUV | 112.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 190 | 0.68 | 0.35 | 0 | 0.25 | 210.46 | 0.52 | 0.49 |
| Hex | 3C | 7C | BE | 44 | 23 | 0 | 19 | D2 | 34 | 31 |
| Octal | 74 | 174 | 276 | 104 | 43 | 0 | 31 | 322 | 64 | 61 |
| Binary | 111100 | 1111100 | 10111110 | 1000100 | 100011 | 0 | 11001 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7CBE
Complementary color
Monochromatic Colors of #3C7CBE
Black with #3C7CBE
Text Example
Text Example
White with #3C7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7CBE; }
p { color: rgb(60,124,190); }
H1.HeaderClassName
{
color: #3C7CBE;
}
.AnyTagClassName
{
color: #3C7CBE;
}
</style>
background-color css
<style>
a { background-color: #3C7CBE; }
a { background-color: rgb(60,124,190); }
div.DivClassName
{
background-color: #3C7CBE;
}
.BgClassName
{
background-color: #3C7CBE;
}
</style>
border-color css
<style>
span { border-color: #3C7CBE; }
span { border-color: rgb(60,124,190); }
td.TdClassName
{
border-color: #3C7CBE;
}
.TagClassName
{
border-color: #3C7CBE;
}
</style>