Shades of Curious Blue #3D7EC4
Tints of Curious Blue #3D7EC4
RGB
CMYK
RGB Variations
Color information
#3D7EC4 (or 0x3D7EC4) is known color: Curious Blue. HEX triplet: 3D, 7E and C4. RGB value is (61,126,196). Sum of RGB (Red+Green+Blue) = 61+126+196=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #3D7EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7EC4 is #C2813B. Grayscale: #727272. Windows color (decimal): -12747068 or 12877373. OLE color: 12877373.
HSL color Cylindrical-coordinate representation of color #3D7EC4: hue angle of 211.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D7EC4 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 126 | 196 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.23 |
| HSL | 211.11º | 0.53% | 0.5% | - |
| HSV(B) | 211.11º | 0.69% | 0.77% | - |
| XYZ | 19.35 | 19.9 | 55.05 | - |
| YUV | 114.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 126 | 196 | 0.69 | 0.36 | 0 | 0.23 | 211.11 | 0.53 | 0.5 |
| Hex | 3D | 7E | C4 | 45 | 24 | 0 | 17 | D3 | 35 | 32 |
| Octal | 75 | 176 | 304 | 105 | 44 | 0 | 27 | 323 | 65 | 62 |
| Binary | 111101 | 1111110 | 11000100 | 1000101 | 100100 | 0 | 10111 | 11010011 | 110101 | 110010 |
Color Harmonies of #3D7EC4
Complementary color
Monochromatic Colors of #3D7EC4
Black with #3D7EC4
Text Example
Text Example
White with #3D7EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7EC4; }
p { color: rgb(61,126,196); }
H1.HeaderClassName
{
color: #3D7EC4;
}
.AnyTagClassName
{
color: #3D7EC4;
}
</style>
background-color css
<style>
a { background-color: #3D7EC4; }
a { background-color: rgb(61,126,196); }
div.DivClassName
{
background-color: #3D7EC4;
}
.BgClassName
{
background-color: #3D7EC4;
}
</style>
border-color css
<style>
span { border-color: #3D7EC4; }
span { border-color: rgb(61,126,196); }
td.TdClassName
{
border-color: #3D7EC4;
}
.TagClassName
{
border-color: #3D7EC4;
}
</style>