Shades of Curious Blue #3D7AC6
Tints of Curious Blue #3D7AC6
RGB
CMYK
RGB Variations
Color information
#3D7AC6 (or 0x3D7AC6) is known color: Curious Blue. HEX triplet: 3D, 7A and C6. RGB value is (61,122,198). Sum of RGB (Red+Green+Blue) = 61+122+198=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D7AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7AC6 is #C28539. Grayscale: #707070. Windows color (decimal): -12748090 or 13007421. OLE color: 13007421.
HSL color Cylindrical-coordinate representation of color #3D7AC6: hue angle of 213.28º 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 #3D7AC6 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 122 | 198 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.22 |
| HSL | 213.28º | 0.55% | 0.51% | - |
| HSV(B) | 213.28º | 0.69% | 0.78% | - |
| XYZ | 19.08 | 18.99 | 56.09 | - |
| YUV | 112.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 198 | 0.69 | 0.38 | 0 | 0.22 | 213.28 | 0.55 | 0.51 |
| Hex | 3D | 7A | C6 | 45 | 26 | 0 | 16 | D5 | 37 | 33 |
| Octal | 75 | 172 | 306 | 105 | 46 | 0 | 26 | 325 | 67 | 63 |
| Binary | 111101 | 1111010 | 11000110 | 1000101 | 100110 | 0 | 10110 | 11010101 | 110111 | 110011 |
Color Harmonies of #3D7AC6
Complementary color
Monochromatic Colors of #3D7AC6
Black with #3D7AC6
Text Example
Text Example
White with #3D7AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7AC6; }
p { color: rgb(61,122,198); }
H1.HeaderClassName
{
color: #3D7AC6;
}
.AnyTagClassName
{
color: #3D7AC6;
}
</style>
background-color css
<style>
a { background-color: #3D7AC6; }
a { background-color: rgb(61,122,198); }
div.DivClassName
{
background-color: #3D7AC6;
}
.BgClassName
{
background-color: #3D7AC6;
}
</style>
border-color css
<style>
span { border-color: #3D7AC6; }
span { border-color: rgb(61,122,198); }
td.TdClassName
{
border-color: #3D7AC6;
}
.TagClassName
{
border-color: #3D7AC6;
}
</style>