Shades of Corn Flower Blue #3B3773
Tints of Corn Flower Blue #3B3773
RGB
CMYK
RGB Variations
Color information
#3B3773 (or 0x3B3773) is known color: Corn Flower Blue. HEX triplet: 3B, 37 and 73. RGB value is (59,55,115). Sum of RGB (Red+Green+Blue) = 59+55+115=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3773 is #C4C88C. Grayscale: #3E3E3E. Windows color (decimal): -12896397 or 7550779. OLE color: 7550779.
HSL color Cylindrical-coordinate representation of color #3B3773: hue angle of 244º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B3773 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 55 | 115 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.55 |
| HSL | 244º | 0.35% | 0.33% | - |
| HSV(B) | 244º | 0.52% | 0.45% | - |
| XYZ | 6.26 | 4.9 | 16.84 | - |
| YUV | 63.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 115 | 0.49 | 0.52 | 0 | 0.55 | 244 | 0.35 | 0.33 |
| Hex | 3B | 37 | 73 | 31 | 34 | 0 | 37 | F4 | 23 | 21 |
| Octal | 73 | 67 | 163 | 61 | 64 | 0 | 67 | 364 | 43 | 41 |
| Binary | 111011 | 110111 | 1110011 | 110001 | 110100 | 0 | 110111 | 11110100 | 100011 | 100001 |
Color Harmonies of #3B3773
Complementary color
Monochromatic Colors of #3B3773
Black with #3B3773
Text Example
Text Example
White with #3B3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3773; }
p { color: rgb(59,55,115); }
H1.HeaderClassName
{
color: #3B3773;
}
.AnyTagClassName
{
color: #3B3773;
}
</style>
background-color css
<style>
a { background-color: #3B3773; }
a { background-color: rgb(59,55,115); }
div.DivClassName
{
background-color: #3B3773;
}
.BgClassName
{
background-color: #3B3773;
}
</style>
border-color css
<style>
span { border-color: #3B3773; }
span { border-color: rgb(59,55,115); }
td.TdClassName
{
border-color: #3B3773;
}
.TagClassName
{
border-color: #3B3773;
}
</style>