Shades of Curious Blue #3D7AC7
Tints of Curious Blue #3D7AC7
RGB
CMYK
RGB Variations
Color information
#3D7AC7 (or 0x3D7AC7) is known color: Curious Blue. HEX triplet: 3D, 7A and C7. RGB value is (61,122,199). Sum of RGB (Red+Green+Blue) = 61+122+199=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #3D7AC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7AC7 is #C28538. Grayscale: #707070. Windows color (decimal): -12748089 or 13072957. OLE color: 13072957.
HSL color Cylindrical-coordinate representation of color #3D7AC7: hue angle of 213.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D7AC7 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 122 | 199 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.22 |
| HSL | 213.48º | 0.55% | 0.51% | - |
| HSV(B) | 213.48º | 0.69% | 0.78% | - |
| XYZ | 19.19 | 19.03 | 56.7 | - |
| YUV | 112.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 199 | 0.69 | 0.39 | 0 | 0.22 | 213.48 | 0.55 | 0.51 |
| Hex | 3D | 7A | C7 | 45 | 27 | 0 | 16 | D5 | 37 | 33 |
| Octal | 75 | 172 | 307 | 105 | 47 | 0 | 26 | 325 | 67 | 63 |
| Binary | 111101 | 1111010 | 11000111 | 1000101 | 100111 | 0 | 10110 | 11010101 | 110111 | 110011 |
Color Harmonies of #3D7AC7
Complementary color
Monochromatic Colors of #3D7AC7
Black with #3D7AC7
Text Example
Text Example
White with #3D7AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7AC7; }
p { color: rgb(61,122,199); }
H1.HeaderClassName
{
color: #3D7AC7;
}
.AnyTagClassName
{
color: #3D7AC7;
}
</style>
background-color css
<style>
a { background-color: #3D7AC7; }
a { background-color: rgb(61,122,199); }
div.DivClassName
{
background-color: #3D7AC7;
}
.BgClassName
{
background-color: #3D7AC7;
}
</style>
border-color css
<style>
span { border-color: #3D7AC7; }
span { border-color: rgb(61,122,199); }
td.TdClassName
{
border-color: #3D7AC7;
}
.TagClassName
{
border-color: #3D7AC7;
}
</style>