Shades of Venice Blue #274D75
Tints of Venice Blue #274D75
RGB
CMYK
RGB Variations
Color information
#274D75 (or 0x274D75) is known color: Venice Blue. HEX triplet: 27, 4D and 75. RGB value is (39,77,117). Sum of RGB (Red+Green+Blue) = 39+77+117=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #274D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D75 is #D8B28A. Grayscale: #464646. Windows color (decimal): -14201483 or 7687463. OLE color: 7687463.
HSL color Cylindrical-coordinate representation of color #274D75: hue angle of 210.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274D75 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 77 | 117 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.54 |
| HSL | 210.77º | 0.5% | 0.31% | - |
| HSV(B) | 210.77º | 0.67% | 0.46% | - |
| XYZ | 6.7 | 7.02 | 17.83 | - |
| YUV | 70.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 117 | 0.67 | 0.34 | 0 | 0.54 | 210.77 | 0.5 | 0.31 |
| Hex | 27 | 4D | 75 | 43 | 22 | 0 | 36 | D3 | 32 | 1F |
| Octal | 47 | 115 | 165 | 103 | 42 | 0 | 66 | 323 | 62 | 37 |
| Binary | 100111 | 1001101 | 1110101 | 1000011 | 100010 | 0 | 110110 | 11010011 | 110010 | 11111 |
Color Harmonies of #274D75
Complementary color
Monochromatic Colors of #274D75
Black with #274D75
Text Example
Text Example
White with #274D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D75; }
p { color: rgb(39,77,117); }
H1.HeaderClassName
{
color: #274D75;
}
.AnyTagClassName
{
color: #274D75;
}
</style>
background-color css
<style>
a { background-color: #274D75; }
a { background-color: rgb(39,77,117); }
div.DivClassName
{
background-color: #274D75;
}
.BgClassName
{
background-color: #274D75;
}
</style>
border-color css
<style>
span { border-color: #274D75; }
span { border-color: rgb(39,77,117); }
td.TdClassName
{
border-color: #274D75;
}
.TagClassName
{
border-color: #274D75;
}
</style>