Shades of Corn Flower Blue #3A3B71
Tints of Corn Flower Blue #3A3B71
RGB
CMYK
RGB Variations
Color information
#3A3B71 (or 0x3A3B71) is known color: Corn Flower Blue. HEX triplet: 3A, 3B and 71. RGB value is (58,59,113). Sum of RGB (Red+Green+Blue) = 58+59+113=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A3B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3B71 is #C5C48E. Grayscale: #404040. Windows color (decimal): -12960911 or 7420730. OLE color: 7420730.
HSL color Cylindrical-coordinate representation of color #3A3B71: hue angle of 238.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A3B71 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 59 | 113 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.56 |
| HSL | 238.91º | 0.32% | 0.34% | - |
| HSV(B) | 238.91º | 0.49% | 0.44% | - |
| XYZ | 6.29 | 5.22 | 16.3 | - |
| YUV | 64.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 113 | 0.49 | 0.48 | 0 | 0.56 | 238.91 | 0.32 | 0.34 |
| Hex | 3A | 3B | 71 | 31 | 30 | 0 | 38 | EF | 20 | 22 |
| Octal | 72 | 73 | 161 | 61 | 60 | 0 | 70 | 357 | 40 | 42 |
| Binary | 111010 | 111011 | 1110001 | 110001 | 110000 | 0 | 111000 | 11101111 | 100000 | 100010 |
Color Harmonies of #3A3B71
Complementary color
Monochromatic Colors of #3A3B71
Black with #3A3B71
Text Example
Text Example
White with #3A3B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B71; }
p { color: rgb(58,59,113); }
H1.HeaderClassName
{
color: #3A3B71;
}
.AnyTagClassName
{
color: #3A3B71;
}
</style>
background-color css
<style>
a { background-color: #3A3B71; }
a { background-color: rgb(58,59,113); }
div.DivClassName
{
background-color: #3A3B71;
}
.BgClassName
{
background-color: #3A3B71;
}
</style>
border-color css
<style>
span { border-color: #3A3B71; }
span { border-color: rgb(58,59,113); }
td.TdClassName
{
border-color: #3A3B71;
}
.TagClassName
{
border-color: #3A3B71;
}
</style>