Shades of Venice Blue #274C6E
Tints of Venice Blue #274C6E
RGB
CMYK
RGB Variations
Color information
#274C6E (or 0x274C6E) is known color: Venice Blue. HEX triplet: 27, 4C and 6E. RGB value is (39,76,110). Sum of RGB (Red+Green+Blue) = 39+76+110=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #274C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C6E is #D8B391. Grayscale: #444444. Windows color (decimal): -14201746 or 7228455. OLE color: 7228455.
HSL color Cylindrical-coordinate representation of color #274C6E: hue angle of 208.73º 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 #274C6E is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 76 | 110 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.57 |
| HSL | 208.73º | 0.48% | 0.29% | - |
| HSV(B) | 208.73º | 0.65% | 0.43% | - |
| XYZ | 6.24 | 6.73 | 15.72 | - |
| YUV | 68.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 110 | 0.65 | 0.31 | 0 | 0.57 | 208.73 | 0.48 | 0.29 |
| Hex | 27 | 4C | 6E | 41 | 1F | 0 | 39 | D1 | 30 | 1D |
| Octal | 47 | 114 | 156 | 101 | 37 | 0 | 71 | 321 | 60 | 35 |
| Binary | 100111 | 1001100 | 1101110 | 1000001 | 11111 | 0 | 111001 | 11010001 | 110000 | 11101 |
Color Harmonies of #274C6E
Complementary color
Monochromatic Colors of #274C6E
Black with #274C6E
Text Example
Text Example
White with #274C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C6E; }
p { color: rgb(39,76,110); }
H1.HeaderClassName
{
color: #274C6E;
}
.AnyTagClassName
{
color: #274C6E;
}
</style>
background-color css
<style>
a { background-color: #274C6E; }
a { background-color: rgb(39,76,110); }
div.DivClassName
{
background-color: #274C6E;
}
.BgClassName
{
background-color: #274C6E;
}
</style>
border-color css
<style>
span { border-color: #274C6E; }
span { border-color: rgb(39,76,110); }
td.TdClassName
{
border-color: #274C6E;
}
.TagClassName
{
border-color: #274C6E;
}
</style>