Shades of Venice Blue #274E6E
Tints of Venice Blue #274E6E
RGB
CMYK
RGB Variations
Color information
#274E6E (or 0x274E6E) is known color: Venice Blue. HEX triplet: 27, 4E and 6E. RGB value is (39,78,110). Sum of RGB (Red+Green+Blue) = 39+78+110=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #274E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E6E is #D8B191. Grayscale: #454545. Windows color (decimal): -14201234 or 7228967. OLE color: 7228967.
HSL color Cylindrical-coordinate representation of color #274E6E: hue angle of 207.04º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274E6E is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 78 | 110 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.57 |
| HSL | 207.04º | 0.48% | 0.29% | - |
| HSV(B) | 207.04º | 0.65% | 0.43% | - |
| XYZ | 6.38 | 7.01 | 15.77 | - |
| YUV | 69.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 110 | 0.65 | 0.29 | 0 | 0.57 | 207.04 | 0.48 | 0.29 |
| Hex | 27 | 4E | 6E | 41 | 1D | 0 | 39 | CF | 30 | 1D |
| Octal | 47 | 116 | 156 | 101 | 35 | 0 | 71 | 317 | 60 | 35 |
| Binary | 100111 | 1001110 | 1101110 | 1000001 | 11101 | 0 | 111001 | 11001111 | 110000 | 11101 |
Color Harmonies of #274E6E
Complementary color
Monochromatic Colors of #274E6E
Black with #274E6E
Text Example
Text Example
White with #274E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E6E; }
p { color: rgb(39,78,110); }
H1.HeaderClassName
{
color: #274E6E;
}
.AnyTagClassName
{
color: #274E6E;
}
</style>
background-color css
<style>
a { background-color: #274E6E; }
a { background-color: rgb(39,78,110); }
div.DivClassName
{
background-color: #274E6E;
}
.BgClassName
{
background-color: #274E6E;
}
</style>
border-color css
<style>
span { border-color: #274E6E; }
span { border-color: rgb(39,78,110); }
td.TdClassName
{
border-color: #274E6E;
}
.TagClassName
{
border-color: #274E6E;
}
</style>