Shades of Curious Blue #3D7ACE
Tints of Curious Blue #3D7ACE
RGB
CMYK
RGB Variations
Color information
#3D7ACE (or 0x3D7ACE) is known color: Curious Blue. HEX triplet: 3D, 7A and CE. RGB value is (61,122,206). Sum of RGB (Red+Green+Blue) = 61+122+206=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7ACE is #C28531. Grayscale: #707070. Windows color (decimal): -12748082 or 13531709. OLE color: 13531709.
HSL color Cylindrical-coordinate representation of color #3D7ACE: hue angle of 214.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D7ACE is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 122 | 206 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.19 |
| HSL | 214.76º | 0.6% | 0.52% | - |
| HSV(B) | 214.76º | 0.7% | 0.81% | - |
| XYZ | 20.02 | 19.37 | 61.08 | - |
| YUV | 113.34 | 180.29 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 206 | 0.70 | 0.41 | 0 | 0.19 | 214.76 | 0.6 | 0.52 |
| Hex | 3D | 7A | CE | 46 | 29 | 0 | 13 | D7 | 3C | 34 |
| Octal | 75 | 172 | 316 | 106 | 51 | 0 | 23 | 327 | 74 | 64 |
| Binary | 111101 | 1111010 | 11001110 | 1000110 | 101001 | 0 | 10011 | 11010111 | 111100 | 110100 |
Color Harmonies of #3D7ACE
Complementary color
Monochromatic Colors of #3D7ACE
Black with #3D7ACE
Text Example
Text Example
White with #3D7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7ACE; }
p { color: rgb(61,122,206); }
H1.HeaderClassName
{
color: #3D7ACE;
}
.AnyTagClassName
{
color: #3D7ACE;
}
</style>
background-color css
<style>
a { background-color: #3D7ACE; }
a { background-color: rgb(61,122,206); }
div.DivClassName
{
background-color: #3D7ACE;
}
.BgClassName
{
background-color: #3D7ACE;
}
</style>
border-color css
<style>
span { border-color: #3D7ACE; }
span { border-color: rgb(61,122,206); }
td.TdClassName
{
border-color: #3D7ACE;
}
.TagClassName
{
border-color: #3D7ACE;
}
</style>