Shades of Corn Flower Blue #3D3A74
Tints of Corn Flower Blue #3D3A74
RGB
CMYK
RGB Variations
Color information
#3D3A74 (or 0x3D3A74) is known color: Corn Flower Blue. HEX triplet: 3D, 3A and 74. RGB value is (61,58,116). Sum of RGB (Red+Green+Blue) = 61+58+116=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D3A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3A74 is #C2C58B. Grayscale: #414141. Windows color (decimal): -12764556 or 7617085. OLE color: 7617085.
HSL color Cylindrical-coordinate representation of color #3D3A74: hue angle of 243.1º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D3A74 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 58 | 116 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.55 |
| HSL | 243.1º | 0.33% | 0.34% | - |
| HSV(B) | 243.1º | 0.5% | 0.45% | - |
| XYZ | 6.59 | 5.28 | 17.19 | - |
| YUV | 65.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 116 | 0.47 | 0.5 | 0 | 0.55 | 243.1 | 0.33 | 0.34 |
| Hex | 3D | 3A | 74 | 2F | 32 | 0 | 37 | F3 | 21 | 22 |
| Octal | 75 | 72 | 164 | 57 | 62 | 0 | 67 | 363 | 41 | 42 |
| Binary | 111101 | 111010 | 1110100 | 101111 | 110010 | 0 | 110111 | 11110011 | 100001 | 100010 |
Color Harmonies of #3D3A74
Complementary color
Monochromatic Colors of #3D3A74
Black with #3D3A74
Text Example
Text Example
White with #3D3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A74; }
p { color: rgb(61,58,116); }
H1.HeaderClassName
{
color: #3D3A74;
}
.AnyTagClassName
{
color: #3D3A74;
}
</style>
background-color css
<style>
a { background-color: #3D3A74; }
a { background-color: rgb(61,58,116); }
div.DivClassName
{
background-color: #3D3A74;
}
.BgClassName
{
background-color: #3D3A74;
}
</style>
border-color css
<style>
span { border-color: #3D3A74; }
span { border-color: rgb(61,58,116); }
td.TdClassName
{
border-color: #3D3A74;
}
.TagClassName
{
border-color: #3D3A74;
}
</style>