Shades of Corn Flower Blue #3D3A6D
Tints of Corn Flower Blue #3D3A6D
RGB
CMYK
RGB Variations
Color information
#3D3A6D (or 0x3D3A6D) is known color: Corn Flower Blue. HEX triplet: 3D, 3A and 6D. RGB value is (61,58,109). Sum of RGB (Red+Green+Blue) = 61+58+109=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D3A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3A6D is #C2C592. Grayscale: #404040. Windows color (decimal): -12764563 or 7158333. OLE color: 7158333.
HSL color Cylindrical-coordinate representation of color #3D3A6D: hue angle of 243.53º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D3A6D is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 58 | 109 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.57 |
| HSL | 243.53º | 0.31% | 0.33% | - |
| HSV(B) | 243.53º | 0.47% | 0.43% | - |
| XYZ | 6.2 | 5.12 | 15.13 | - |
| YUV | 64.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 109 | 0.44 | 0.47 | 0 | 0.57 | 243.53 | 0.31 | 0.33 |
| Hex | 3D | 3A | 6D | 2C | 2F | 0 | 39 | F4 | 1F | 21 |
| Octal | 75 | 72 | 155 | 54 | 57 | 0 | 71 | 364 | 37 | 41 |
| Binary | 111101 | 111010 | 1101101 | 101100 | 101111 | 0 | 111001 | 11110100 | 11111 | 100001 |
Color Harmonies of #3D3A6D
Complementary color
Monochromatic Colors of #3D3A6D
Black with #3D3A6D
Text Example
Text Example
White with #3D3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A6D; }
p { color: rgb(61,58,109); }
H1.HeaderClassName
{
color: #3D3A6D;
}
.AnyTagClassName
{
color: #3D3A6D;
}
</style>
background-color css
<style>
a { background-color: #3D3A6D; }
a { background-color: rgb(61,58,109); }
div.DivClassName
{
background-color: #3D3A6D;
}
.BgClassName
{
background-color: #3D3A6D;
}
</style>
border-color css
<style>
span { border-color: #3D3A6D; }
span { border-color: rgb(61,58,109); }
td.TdClassName
{
border-color: #3D3A6D;
}
.TagClassName
{
border-color: #3D3A6D;
}
</style>