#254e7b

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

Shades of Venice Blue #254E7B

Tints of Venice Blue #254E7B

Color information

#254E7B (or 0x254E7B) is unknown color: approx Venice Blue. HEX triplet: 25, 4E and 7B. RGB value is (37,78,123). Sum of RGB (Red+Green+Blue) = 37+78+123=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #254E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E7B is #DAB184. Grayscale: #464646. Windows color (decimal): -14332293 or 8080933. OLE color: 8080933.

HSL color Cylindrical-coordinate representation of color #254E7B: hue angle of 211.4º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254E7B is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3778123-
CMYK0.700.3700.52
HSL211.4º53.75%31.37%-
HSV(B)211.4º69.92%48.24%-
XYZ7.067.2719.77-
YUV70.87157.42103.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=15.55%
G=32.77%
B=51.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37781230.700.3700.52211.453.7531.37
Hex254E7B4625034d3361f
Octal45116173106450643236637
Binary10010110011101111011100011010010101101001101001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254e7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,78,123); }

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

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

 a { background-color: rgb(37,78,123); }

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

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

 span { border-color: rgb(37,78,123); }

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