Shades of Corn Flower Blue #3D4173
Tints of Corn Flower Blue #3D4173
RGB
CMYK
RGB Variations
Color information
#3D4173 (or 0x3D4173) is known color: Corn Flower Blue. HEX triplet: 3D, 41 and 73. RGB value is (61,65,115). Sum of RGB (Red+Green+Blue) = 61+65+115=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4173 is #C2BE8C. Grayscale: #454545. Windows color (decimal): -12762765 or 7553341. OLE color: 7553341.
HSL color Cylindrical-coordinate representation of color #3D4173: hue angle of 235.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4173 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 65 | 115 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.55 |
| HSL | 235.56º | 0.31% | 0.35% | - |
| HSV(B) | 235.56º | 0.47% | 0.45% | - |
| XYZ | 6.91 | 6.01 | 17.02 | - |
| YUV | 69.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 115 | 0.47 | 0.43 | 0 | 0.55 | 235.56 | 0.31 | 0.35 |
| Hex | 3D | 41 | 73 | 2F | 2B | 0 | 37 | EC | 1F | 23 |
| Octal | 75 | 101 | 163 | 57 | 53 | 0 | 67 | 354 | 37 | 43 |
| Binary | 111101 | 1000001 | 1110011 | 101111 | 101011 | 0 | 110111 | 11101100 | 11111 | 100011 |
Color Harmonies of #3D4173
Complementary color
Monochromatic Colors of #3D4173
Black with #3D4173
Text Example
Text Example
White with #3D4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4173; }
p { color: rgb(61,65,115); }
H1.HeaderClassName
{
color: #3D4173;
}
.AnyTagClassName
{
color: #3D4173;
}
</style>
background-color css
<style>
a { background-color: #3D4173; }
a { background-color: rgb(61,65,115); }
div.DivClassName
{
background-color: #3D4173;
}
.BgClassName
{
background-color: #3D4173;
}
</style>
border-color css
<style>
span { border-color: #3D4173; }
span { border-color: rgb(61,65,115); }
td.TdClassName
{
border-color: #3D4173;
}
.TagClassName
{
border-color: #3D4173;
}
</style>