Shades of Curious Blue #3D7CCC
Tints of Curious Blue #3D7CCC
RGB
CMYK
RGB Variations
Color information
#3D7CCC (or 0x3D7CCC) is known color: Curious Blue. HEX triplet: 3D, 7C and CC. RGB value is (61,124,204). Sum of RGB (Red+Green+Blue) = 61+124+204=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D7CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7CCC is #C28333. Grayscale: #717171. Windows color (decimal): -12747572 or 13401149. OLE color: 13401149.
HSL color Cylindrical-coordinate representation of color #3D7CCC: hue angle of 213.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D7CCC is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 124 | 204 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.2 |
| HSL | 213.57º | 0.58% | 0.52% | - |
| HSV(B) | 213.57º | 0.7% | 0.8% | - |
| XYZ | 20.03 | 19.77 | 59.89 | - |
| YUV | 114.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 204 | 0.70 | 0.39 | 0 | 0.2 | 213.57 | 0.58 | 0.52 |
| Hex | 3D | 7C | CC | 46 | 27 | 0 | 14 | D6 | 3A | 34 |
| Octal | 75 | 174 | 314 | 106 | 47 | 0 | 24 | 326 | 72 | 64 |
| Binary | 111101 | 1111100 | 11001100 | 1000110 | 100111 | 0 | 10100 | 11010110 | 111010 | 110100 |
Color Harmonies of #3D7CCC
Complementary color
Monochromatic Colors of #3D7CCC
Black with #3D7CCC
Text Example
Text Example
White with #3D7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7CCC; }
p { color: rgb(61,124,204); }
H1.HeaderClassName
{
color: #3D7CCC;
}
.AnyTagClassName
{
color: #3D7CCC;
}
</style>
background-color css
<style>
a { background-color: #3D7CCC; }
a { background-color: rgb(61,124,204); }
div.DivClassName
{
background-color: #3D7CCC;
}
.BgClassName
{
background-color: #3D7CCC;
}
</style>
border-color css
<style>
span { border-color: #3D7CCC; }
span { border-color: rgb(61,124,204); }
td.TdClassName
{
border-color: #3D7CCC;
}
.TagClassName
{
border-color: #3D7CCC;
}
</style>