Shades of Curious Blue #3C7EBF
Tints of Curious Blue #3C7EBF
RGB
CMYK
RGB Variations
Color information
#3C7EBF (or 0x3C7EBF) is known color: Curious Blue. HEX triplet: 3C, 7E and BF. RGB value is (60,126,191). Sum of RGB (Red+Green+Blue) = 60+126+191=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C7EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7EBF is #C38140. Grayscale: #717171. Windows color (decimal): -12812609 or 12549692. OLE color: 12549692.
HSL color Cylindrical-coordinate representation of color #3C7EBF: hue angle of 209.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C7EBF is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 126 | 191 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.25 |
| HSL | 209.77º | 0.52% | 0.49% | - |
| HSV(B) | 209.77º | 0.69% | 0.75% | - |
| XYZ | 18.73 | 19.64 | 52.09 | - |
| YUV | 113.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 191 | 0.69 | 0.34 | 0 | 0.25 | 209.77 | 0.52 | 0.49 |
| Hex | 3C | 7E | BF | 45 | 22 | 0 | 19 | D2 | 34 | 31 |
| Octal | 74 | 176 | 277 | 105 | 42 | 0 | 31 | 322 | 64 | 61 |
| Binary | 111100 | 1111110 | 10111111 | 1000101 | 100010 | 0 | 11001 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7EBF
Complementary color
Monochromatic Colors of #3C7EBF
Black with #3C7EBF
Text Example
Text Example
White with #3C7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7EBF; }
p { color: rgb(60,126,191); }
H1.HeaderClassName
{
color: #3C7EBF;
}
.AnyTagClassName
{
color: #3C7EBF;
}
</style>
background-color css
<style>
a { background-color: #3C7EBF; }
a { background-color: rgb(60,126,191); }
div.DivClassName
{
background-color: #3C7EBF;
}
.BgClassName
{
background-color: #3C7EBF;
}
</style>
border-color css
<style>
span { border-color: #3C7EBF; }
span { border-color: rgb(60,126,191); }
td.TdClassName
{
border-color: #3C7EBF;
}
.TagClassName
{
border-color: #3C7EBF;
}
</style>