Shades of Curious Blue #3D7FC5
Tints of Curious Blue #3D7FC5
RGB
CMYK
RGB Variations
Color information
#3D7FC5 (or 0x3D7FC5) is known color: Curious Blue. HEX triplet: 3D, 7F and C5. RGB value is (61,127,197). Sum of RGB (Red+Green+Blue) = 61+127+197=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #3D7FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7FC5 is #C2803A. Grayscale: #727272. Windows color (decimal): -12746811 or 12943165. OLE color: 12943165.
HSL color Cylindrical-coordinate representation of color #3D7FC5: hue angle of 210.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D7FC5 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 127 | 197 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.23 |
| HSL | 210.88º | 0.54% | 0.51% | - |
| HSV(B) | 210.88º | 0.69% | 0.77% | - |
| XYZ | 19.59 | 20.2 | 55.69 | - |
| YUV | 115.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 127 | 197 | 0.69 | 0.36 | 0 | 0.23 | 210.88 | 0.54 | 0.51 |
| Hex | 3D | 7F | C5 | 45 | 24 | 0 | 17 | D3 | 36 | 33 |
| Octal | 75 | 177 | 305 | 105 | 44 | 0 | 27 | 323 | 66 | 63 |
| Binary | 111101 | 1111111 | 11000101 | 1000101 | 100100 | 0 | 10111 | 11010011 | 110110 | 110011 |
Color Harmonies of #3D7FC5
Complementary color
Monochromatic Colors of #3D7FC5
Black with #3D7FC5
Text Example
Text Example
White with #3D7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7FC5; }
p { color: rgb(61,127,197); }
H1.HeaderClassName
{
color: #3D7FC5;
}
.AnyTagClassName
{
color: #3D7FC5;
}
</style>
background-color css
<style>
a { background-color: #3D7FC5; }
a { background-color: rgb(61,127,197); }
div.DivClassName
{
background-color: #3D7FC5;
}
.BgClassName
{
background-color: #3D7FC5;
}
</style>
border-color css
<style>
span { border-color: #3D7FC5; }
span { border-color: rgb(61,127,197); }
td.TdClassName
{
border-color: #3D7FC5;
}
.TagClassName
{
border-color: #3D7FC5;
}
</style>