Shades of Venice Blue #274A6D
Tints of Venice Blue #274A6D
RGB
CMYK
RGB Variations
Color information
#274A6D (or 0x274A6D) is known color: Venice Blue. HEX triplet: 27, 4A and 6D. RGB value is (39,74,109). Sum of RGB (Red+Green+Blue) = 39+74+109=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #274A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A6D is #D8B592. Grayscale: #434343. Windows color (decimal): -14202259 or 7162407. OLE color: 7162407.
HSL color Cylindrical-coordinate representation of color #274A6D: hue angle of 210º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #274A6D is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 74 | 109 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.57 |
| HSL | 210º | 0.47% | 0.29% | - |
| HSV(B) | 210º | 0.64% | 0.43% | - |
| XYZ | 6.05 | 6.43 | 15.39 | - |
| YUV | 67.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 109 | 0.64 | 0.32 | 0 | 0.57 | 210 | 0.47 | 0.29 |
| Hex | 27 | 4A | 6D | 40 | 20 | 0 | 39 | D2 | 2F | 1D |
| Octal | 47 | 112 | 155 | 100 | 40 | 0 | 71 | 322 | 57 | 35 |
| Binary | 100111 | 1001010 | 1101101 | 1000000 | 100000 | 0 | 111001 | 11010010 | 101111 | 11101 |
Color Harmonies of #274A6D
Complementary color
Monochromatic Colors of #274A6D
Black with #274A6D
Text Example
Text Example
White with #274A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A6D; }
p { color: rgb(39,74,109); }
H1.HeaderClassName
{
color: #274A6D;
}
.AnyTagClassName
{
color: #274A6D;
}
</style>
background-color css
<style>
a { background-color: #274A6D; }
a { background-color: rgb(39,74,109); }
div.DivClassName
{
background-color: #274A6D;
}
.BgClassName
{
background-color: #274A6D;
}
</style>
border-color css
<style>
span { border-color: #274A6D; }
span { border-color: rgb(39,74,109); }
td.TdClassName
{
border-color: #274A6D;
}
.TagClassName
{
border-color: #274A6D;
}
</style>