Shades of Corn Flower Blue #3B3D6E
Tints of Corn Flower Blue #3B3D6E
RGB
CMYK
RGB Variations
Color information
#3B3D6E (or 0x3B3D6E) is known color: Corn Flower Blue. HEX triplet: 3B, 3D and 6E. RGB value is (59,61,110). Sum of RGB (Red+Green+Blue) = 59+61+110=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B3D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3D6E is #C4C291. Grayscale: #414141. Windows color (decimal): -12894866 or 7224635. OLE color: 7224635.
HSL color Cylindrical-coordinate representation of color #3B3D6E: hue angle of 237.65º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B3D6E is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 61 | 110 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.57 |
| HSL | 237.65º | 0.3% | 0.33% | - |
| HSV(B) | 237.65º | 0.46% | 0.43% | - |
| XYZ | 6.29 | 5.39 | 15.46 | - |
| YUV | 65.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 110 | 0.46 | 0.45 | 0 | 0.57 | 237.65 | 0.3 | 0.33 |
| Hex | 3B | 3D | 6E | 2E | 2D | 0 | 39 | EE | 1E | 21 |
| Octal | 73 | 75 | 156 | 56 | 55 | 0 | 71 | 356 | 36 | 41 |
| Binary | 111011 | 111101 | 1101110 | 101110 | 101101 | 0 | 111001 | 11101110 | 11110 | 100001 |
Color Harmonies of #3B3D6E
Complementary color
Monochromatic Colors of #3B3D6E
Black with #3B3D6E
Text Example
Text Example
White with #3B3D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D6E; }
p { color: rgb(59,61,110); }
H1.HeaderClassName
{
color: #3B3D6E;
}
.AnyTagClassName
{
color: #3B3D6E;
}
</style>
background-color css
<style>
a { background-color: #3B3D6E; }
a { background-color: rgb(59,61,110); }
div.DivClassName
{
background-color: #3B3D6E;
}
.BgClassName
{
background-color: #3B3D6E;
}
</style>
border-color css
<style>
span { border-color: #3B3D6E; }
span { border-color: rgb(59,61,110); }
td.TdClassName
{
border-color: #3B3D6E;
}
.TagClassName
{
border-color: #3B3D6E;
}
</style>