Shades of Curious Blue #3D7CBC
Tints of Curious Blue #3D7CBC
RGB
CMYK
RGB Variations
Color information
#3D7CBC (or 0x3D7CBC) is known color: Curious Blue. HEX triplet: 3D, 7C and BC. RGB value is (61,124,188). Sum of RGB (Red+Green+Blue) = 61+124+188=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D7CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7CBC is #C28343. Grayscale: #707070. Windows color (decimal): -12747588 or 12352573. OLE color: 12352573.
HSL color Cylindrical-coordinate representation of color #3D7CBC: hue angle of 210.24º degrees, saturation: 0.51, 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 #3D7CBC is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 124 | 188 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.26 |
| HSL | 210.24º | 0.51% | 0.49% | - |
| HSV(B) | 210.24º | 0.68% | 0.74% | - |
| XYZ | 18.21 | 19.04 | 50.29 | - |
| YUV | 112.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 188 | 0.68 | 0.34 | 0 | 0.26 | 210.24 | 0.51 | 0.49 |
| Hex | 3D | 7C | BC | 44 | 22 | 0 | 1A | D2 | 33 | 31 |
| Octal | 75 | 174 | 274 | 104 | 42 | 0 | 32 | 322 | 63 | 61 |
| Binary | 111101 | 1111100 | 10111100 | 1000100 | 100010 | 0 | 11010 | 11010010 | 110011 | 110001 |
Color Harmonies of #3D7CBC
Complementary color
Monochromatic Colors of #3D7CBC
Black with #3D7CBC
Text Example
Text Example
White with #3D7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7CBC; }
p { color: rgb(61,124,188); }
H1.HeaderClassName
{
color: #3D7CBC;
}
.AnyTagClassName
{
color: #3D7CBC;
}
</style>
background-color css
<style>
a { background-color: #3D7CBC; }
a { background-color: rgb(61,124,188); }
div.DivClassName
{
background-color: #3D7CBC;
}
.BgClassName
{
background-color: #3D7CBC;
}
</style>
border-color css
<style>
span { border-color: #3D7CBC; }
span { border-color: rgb(61,124,188); }
td.TdClassName
{
border-color: #3D7CBC;
}
.TagClassName
{
border-color: #3D7CBC;
}
</style>