#254E7A

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

Shades of Venice Blue #254E7A

Tints of Venice Blue #254E7A

Color information

#254E7A (or 0x254E7A) is unknown color: approx Venice Blue. HEX triplet: 25, 4E and 7A. RGB value is (37,78,122). Sum of RGB (Red+Green+Blue) = 37+78+122=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #254E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E7A is #DAB185. Grayscale: #464646. Windows color (decimal): -14332294 or 8015397. OLE color: 8015397.

HSL color Cylindrical-coordinate representation of color #254E7A: hue angle of 211.06º degrees, saturation: 0.53, 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 #254E7A is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3778122-
CMYK0.700.3600.52
HSL211.06º53.46%31.18%-
HSV(B)211.06º69.67%47.84%-
XYZ77.2519.44-
YUV70.76156.92103.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=15.61%
G=32.91%
B=51.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37781220.700.3600.52211.0653.4631.18
Hex254E7A4624034d3351f
Octal45116172106440643236537
Binary10010110011101111010100011010010001101001101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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