Shades of Venice Blue #275374
Tints of Venice Blue #275374
RGB
CMYK
RGB Variations
Color information
#275374 (or 0x275374) is known color: Venice Blue. HEX triplet: 27, 53 and 74. RGB value is (39,83,116). Sum of RGB (Red+Green+Blue) = 39+83+116=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #275374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275374 is #D8AC8B. Grayscale: #494949. Windows color (decimal): -14199948 or 7623463. OLE color: 7623463.
HSL color Cylindrical-coordinate representation of color #275374: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275374 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 83 | 116 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.55 |
| HSL | 205.71º | 0.5% | 0.3% | - |
| HSV(B) | 205.71º | 0.66% | 0.45% | - |
| XYZ | 7.08 | 7.88 | 17.67 | - |
| YUV | 73.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 116 | 0.66 | 0.28 | 0 | 0.55 | 205.71 | 0.5 | 0.3 |
| Hex | 27 | 53 | 74 | 42 | 1C | 0 | 37 | CE | 32 | 1E |
| Octal | 47 | 123 | 164 | 102 | 34 | 0 | 67 | 316 | 62 | 36 |
| Binary | 100111 | 1010011 | 1110100 | 1000010 | 11100 | 0 | 110111 | 11001110 | 110010 | 11110 |
Color Harmonies of #275374
Complementary color
Monochromatic Colors of #275374
Black with #275374
Text Example
Text Example
White with #275374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275374; }
p { color: rgb(39,83,116); }
H1.HeaderClassName
{
color: #275374;
}
.AnyTagClassName
{
color: #275374;
}
</style>
background-color css
<style>
a { background-color: #275374; }
a { background-color: rgb(39,83,116); }
div.DivClassName
{
background-color: #275374;
}
.BgClassName
{
background-color: #275374;
}
</style>
border-color css
<style>
span { border-color: #275374; }
span { border-color: rgb(39,83,116); }
td.TdClassName
{
border-color: #275374;
}
.TagClassName
{
border-color: #275374;
}
</style>