Shades of Curious Blue #3C7CBD
Tints of Curious Blue #3C7CBD
RGB
CMYK
RGB Variations
Color information
#3C7CBD (or 0x3C7CBD) is known color: Curious Blue. HEX triplet: 3C, 7C and BD. RGB value is (60,124,189). Sum of RGB (Red+Green+Blue) = 60+124+189=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C7CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7CBD is #C38342. Grayscale: #6F6F6F. Windows color (decimal): -12813123 or 12418108. OLE color: 12418108.
HSL color Cylindrical-coordinate representation of color #3C7CBD: hue angle of 210.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C7CBD is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 124 | 189 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.26 |
| HSL | 210.23º | 0.52% | 0.49% | - |
| HSV(B) | 210.23º | 0.68% | 0.74% | - |
| XYZ | 18.26 | 19.05 | 50.86 | - |
| YUV | 112.27 | 171.3 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 189 | 0.68 | 0.34 | 0 | 0.26 | 210.23 | 0.52 | 0.49 |
| Hex | 3C | 7C | BD | 44 | 22 | 0 | 1A | D2 | 34 | 31 |
| Octal | 74 | 174 | 275 | 104 | 42 | 0 | 32 | 322 | 64 | 61 |
| Binary | 111100 | 1111100 | 10111101 | 1000100 | 100010 | 0 | 11010 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7CBD
Complementary color
Monochromatic Colors of #3C7CBD
Black with #3C7CBD
Text Example
Text Example
White with #3C7CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7CBD; }
p { color: rgb(60,124,189); }
H1.HeaderClassName
{
color: #3C7CBD;
}
.AnyTagClassName
{
color: #3C7CBD;
}
</style>
background-color css
<style>
a { background-color: #3C7CBD; }
a { background-color: rgb(60,124,189); }
div.DivClassName
{
background-color: #3C7CBD;
}
.BgClassName
{
background-color: #3C7CBD;
}
</style>
border-color css
<style>
span { border-color: #3C7CBD; }
span { border-color: rgb(60,124,189); }
td.TdClassName
{
border-color: #3C7CBD;
}
.TagClassName
{
border-color: #3C7CBD;
}
</style>