Shades of Corn Flower Blue #3D3E6D
Tints of Corn Flower Blue #3D3E6D
RGB
CMYK
RGB Variations
Color information
#3D3E6D (or 0x3D3E6D) is known color: Corn Flower Blue. HEX triplet: 3D, 3E and 6D. RGB value is (61,62,109). Sum of RGB (Red+Green+Blue) = 61+62+109=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D3E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3E6D is #C2C192. Grayscale: #424242. Windows color (decimal): -12763539 or 7159357. OLE color: 7159357.
HSL color Cylindrical-coordinate representation of color #3D3E6D: hue angle of 238.75º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3E6D is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 62 | 109 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.57 |
| HSL | 238.75º | 0.28% | 0.33% | - |
| HSV(B) | 238.75º | 0.44% | 0.43% | - |
| XYZ | 6.41 | 5.54 | 15.2 | - |
| YUV | 67.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 109 | 0.44 | 0.43 | 0 | 0.57 | 238.75 | 0.28 | 0.33 |
| Hex | 3D | 3E | 6D | 2C | 2B | 0 | 39 | EF | 1C | 21 |
| Octal | 75 | 76 | 155 | 54 | 53 | 0 | 71 | 357 | 34 | 41 |
| Binary | 111101 | 111110 | 1101101 | 101100 | 101011 | 0 | 111001 | 11101111 | 11100 | 100001 |
Color Harmonies of #3D3E6D
Complementary color
Monochromatic Colors of #3D3E6D
Black with #3D3E6D
Text Example
Text Example
White with #3D3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E6D; }
p { color: rgb(61,62,109); }
H1.HeaderClassName
{
color: #3D3E6D;
}
.AnyTagClassName
{
color: #3D3E6D;
}
</style>
background-color css
<style>
a { background-color: #3D3E6D; }
a { background-color: rgb(61,62,109); }
div.DivClassName
{
background-color: #3D3E6D;
}
.BgClassName
{
background-color: #3D3E6D;
}
</style>
border-color css
<style>
span { border-color: #3D3E6D; }
span { border-color: rgb(61,62,109); }
td.TdClassName
{
border-color: #3D3E6D;
}
.TagClassName
{
border-color: #3D3E6D;
}
</style>