#254D6E

Color #254D6E Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #254D6E

Tints of Venice Blue #254D6E

Color information

#254D6E (or 0x254D6E) is unknown color: approx Venice Blue. HEX triplet: 25, 4D and 6E. RGB value is (37,77,110). Sum of RGB (Red+Green+Blue) = 37+77+110=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #254D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D6E is #DAB291. Grayscale: #444444. Windows color (decimal): -14332562 or 7228709. OLE color: 7228709.

HSL color Cylindrical-coordinate representation of color #254D6E: hue angle of 207.12º 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 #254D6E is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3777110-
CMYK0.660.300.57
HSL207.12º49.66%28.82%-
HSV(B)207.12º66.36%43.14%-
XYZ6.236.8315.74-
YUV68.8151.25105.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=16.52%
G=34.38%
B=49.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37771100.660.300.57207.1249.6628.82
Hex254D6E421E039cf321d
Octal45115156102360713176235
Binary1001011001101110111010000101111001110011100111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254D6E; }

 p { color: rgb(37,77,110); }

 H1.HeaderClassName
 {
   color: #254D6E;
 }
 .AnyTagClassName
 {
   color: #254D6E;
 }
</style>
background-color css

<style>
 a { background-color: #254D6E; }

 a { background-color: rgb(37,77,110); }

 div.DivClassName
 {
   background-color: #254D6E;
 }
 .BgClassName
 {
   background-color: #254D6E;
 }
</style>
border-color css

<style>
 span { border-color: #254D6E; }

 span { border-color: rgb(37,77,110); }

 td.TdClassName
 {
   border-color: #254D6E;
 }
 .TagClassName
 {
   border-color: #254D6E;
 }
</style>