Shades of Corn Flower Blue #3D3F65
Tints of Corn Flower Blue #3D3F65
RGB
CMYK
RGB Variations
Color information
#3D3F65 (or 0x3D3F65) is known color: Corn Flower Blue. HEX triplet: 3D, 3F and 65. RGB value is (61,63,101). Sum of RGB (Red+Green+Blue) = 61+63+101=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F65 is #C2C09A. Grayscale: #424242. Windows color (decimal): -12763291 or 6635325. OLE color: 6635325.
HSL color Cylindrical-coordinate representation of color #3D3F65: hue angle of 237º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D3F65 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 63 | 101 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.60 |
| HSL | 237º | 0.25% | 0.32% | - |
| HSV(B) | 237º | 0.4% | 0.4% | - |
| XYZ | 6.05 | 5.49 | 13.05 | - |
| YUV | 66.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 101 | 0.40 | 0.38 | 0 | 0.60 | 237 | 0.25 | 0.32 |
| Hex | 3D | 3F | 65 | 28 | 26 | 0 | 3C | ED | 19 | 20 |
| Octal | 75 | 77 | 145 | 50 | 46 | 0 | 74 | 355 | 31 | 40 |
| Binary | 111101 | 111111 | 1100101 | 101000 | 100110 | 0 | 111100 | 11101101 | 11001 | 100000 |
Color Harmonies of #3D3F65
Complementary color
Monochromatic Colors of #3D3F65
Black with #3D3F65
Text Example
Text Example
White with #3D3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F65; }
p { color: rgb(61,63,101); }
H1.HeaderClassName
{
color: #3D3F65;
}
.AnyTagClassName
{
color: #3D3F65;
}
</style>
background-color css
<style>
a { background-color: #3D3F65; }
a { background-color: rgb(61,63,101); }
div.DivClassName
{
background-color: #3D3F65;
}
.BgClassName
{
background-color: #3D3F65;
}
</style>
border-color css
<style>
span { border-color: #3D3F65; }
span { border-color: rgb(61,63,101); }
td.TdClassName
{
border-color: #3D3F65;
}
.TagClassName
{
border-color: #3D3F65;
}
</style>