Shades of Curious Blue #3C7DBE
Tints of Curious Blue #3C7DBE
RGB
CMYK
RGB Variations
Color information
#3C7DBE (or 0x3C7DBE) is known color: Curious Blue. HEX triplet: 3C, 7D and BE. RGB value is (60,125,190). Sum of RGB (Red+Green+Blue) = 60+125+190=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DBE is #C38241. Grayscale: #707070. Windows color (decimal): -12812866 or 12483900. OLE color: 12483900.
HSL color Cylindrical-coordinate representation of color #3C7DBE: hue angle of 210º 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 #3C7DBE is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 125 | 190 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.25 |
| HSL | 210º | 0.52% | 0.49% | - |
| HSV(B) | 210º | 0.68% | 0.75% | - |
| XYZ | 18.49 | 19.35 | 51.47 | - |
| YUV | 112.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 190 | 0.68 | 0.34 | 0 | 0.25 | 210 | 0.52 | 0.49 |
| Hex | 3C | 7D | BE | 44 | 22 | 0 | 19 | D2 | 34 | 31 |
| Octal | 74 | 175 | 276 | 104 | 42 | 0 | 31 | 322 | 64 | 61 |
| Binary | 111100 | 1111101 | 10111110 | 1000100 | 100010 | 0 | 11001 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7DBE
Complementary color
Monochromatic Colors of #3C7DBE
Black with #3C7DBE
Text Example
Text Example
White with #3C7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7DBE; }
p { color: rgb(60,125,190); }
H1.HeaderClassName
{
color: #3C7DBE;
}
.AnyTagClassName
{
color: #3C7DBE;
}
</style>
background-color css
<style>
a { background-color: #3C7DBE; }
a { background-color: rgb(60,125,190); }
div.DivClassName
{
background-color: #3C7DBE;
}
.BgClassName
{
background-color: #3C7DBE;
}
</style>
border-color css
<style>
span { border-color: #3C7DBE; }
span { border-color: rgb(60,125,190); }
td.TdClassName
{
border-color: #3C7DBE;
}
.TagClassName
{
border-color: #3C7DBE;
}
</style>