#254F76

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

Shades of Venice Blue #254F76

Tints of Venice Blue #254F76

Color information

#254F76 (or 0x254F76) is unknown color: approx Venice Blue. HEX triplet: 25, 4F and 76. RGB value is (37,79,118). Sum of RGB (Red+Green+Blue) = 37+79+118=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #254F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F76 is #DAB089. Grayscale: #464646. Windows color (decimal): -14332042 or 7753509. OLE color: 7753509.

HSL color Cylindrical-coordinate representation of color #254F76: hue angle of 208.89º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254F76 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3779118-
CMYK0.690.3300.54
HSL208.89º52.26%30.39%-
HSV(B)208.89º68.64%46.27%-
XYZ6.837.2918.19-
YUV70.89154.59103.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=15.81%
G=33.76%
B=50.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37791180.690.3300.54208.8952.2630.39
Hex254F764521036d1341e
Octal45117166105410663216436
Binary10010110011111110110100010110000101101101101000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,79,118); }

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

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

 a { background-color: rgb(37,79,118); }

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

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

 span { border-color: rgb(37,79,118); }

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