Shades of Corn Flower Blue #3B3970
Tints of Corn Flower Blue #3B3970
RGB
CMYK
RGB Variations
Color information
#3B3970 (or 0x3B3970) is known color: Corn Flower Blue. HEX triplet: 3B, 39 and 70. RGB value is (59,57,112). Sum of RGB (Red+Green+Blue) = 59+57+112=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3970 is #C4C68F. Grayscale: #3F3F3F. Windows color (decimal): -12895888 or 7354683. OLE color: 7354683.
HSL color Cylindrical-coordinate representation of color #3B3970: hue angle of 242.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B3970 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 57 | 112 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.56 |
| HSL | 242.18º | 0.33% | 0.33% | - |
| HSV(B) | 242.18º | 0.49% | 0.44% | - |
| XYZ | 6.19 | 5.03 | 15.97 | - |
| YUV | 63.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 112 | 0.47 | 0.49 | 0 | 0.56 | 242.18 | 0.33 | 0.33 |
| Hex | 3B | 39 | 70 | 2F | 31 | 0 | 38 | F2 | 21 | 21 |
| Octal | 73 | 71 | 160 | 57 | 61 | 0 | 70 | 362 | 41 | 41 |
| Binary | 111011 | 111001 | 1110000 | 101111 | 110001 | 0 | 111000 | 11110010 | 100001 | 100001 |
Color Harmonies of #3B3970
Complementary color
Monochromatic Colors of #3B3970
Black with #3B3970
Text Example
Text Example
White with #3B3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3970; }
p { color: rgb(59,57,112); }
H1.HeaderClassName
{
color: #3B3970;
}
.AnyTagClassName
{
color: #3B3970;
}
</style>
background-color css
<style>
a { background-color: #3B3970; }
a { background-color: rgb(59,57,112); }
div.DivClassName
{
background-color: #3B3970;
}
.BgClassName
{
background-color: #3B3970;
}
</style>
border-color css
<style>
span { border-color: #3B3970; }
span { border-color: rgb(59,57,112); }
td.TdClassName
{
border-color: #3B3970;
}
.TagClassName
{
border-color: #3B3970;
}
</style>