Shades of Venice Blue #254E6E
Tints of Venice Blue #254E6E
RGB
CMYK
RGB Variations
Color information
#254E6E (or 0x254E6E) is known color: Venice Blue. HEX triplet: 25, 4E and 6E. RGB value is (37,78,110). Sum of RGB (Red+Green+Blue) = 37+78+110=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 78 (30.86% from 255 or 34.67% 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 #254E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E6E is #DAB191. Grayscale: #454545. Windows color (decimal): -14332306 or 7228965. OLE color: 7228965.
HSL color Cylindrical-coordinate representation of color #254E6E: hue angle of 206.3º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #254E6E is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 78 | 110 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.57 |
| HSL | 206.3º | 0.5% | 0.29% | - |
| HSV(B) | 206.3º | 0.66% | 0.43% | - |
| XYZ | 6.3 | 6.97 | 15.76 | - |
| YUV | 69.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 110 | 0.66 | 0.29 | 0 | 0.57 | 206.3 | 0.5 | 0.29 |
| Hex | 25 | 4E | 6E | 42 | 1D | 0 | 39 | CE | 32 | 1D |
| Octal | 45 | 116 | 156 | 102 | 35 | 0 | 71 | 316 | 62 | 35 |
| Binary | 100101 | 1001110 | 1101110 | 1000010 | 11101 | 0 | 111001 | 11001110 | 110010 | 11101 |
Color Harmonies of #254E6E
Complementary color
Monochromatic Colors of #254E6E
Black with #254E6E
Text Example
Text Example
White with #254E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E6E; }
p { color: rgb(37,78,110); }
H1.HeaderClassName
{
color: #254E6E;
}
.AnyTagClassName
{
color: #254E6E;
}
</style>
background-color css
<style>
a { background-color: #254E6E; }
a { background-color: rgb(37,78,110); }
div.DivClassName
{
background-color: #254E6E;
}
.BgClassName
{
background-color: #254E6E;
}
</style>
border-color css
<style>
span { border-color: #254E6E; }
span { border-color: rgb(37,78,110); }
td.TdClassName
{
border-color: #254E6E;
}
.TagClassName
{
border-color: #254E6E;
}
</style>