#254F6F

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

Shades of Venice Blue #254F6F

Tints of Venice Blue #254F6F

Color information

#254F6F (or 0x254F6F) is unknown color: approx Venice Blue. HEX triplet: 25, 4F and 6F. RGB value is (37,79,111). Sum of RGB (Red+Green+Blue) = 37+79+111=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #254F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F6F is #DAB090. Grayscale: #454545. Windows color (decimal): -14332049 or 7294757. OLE color: 7294757.

HSL color Cylindrical-coordinate representation of color #254F6F: hue angle of 205.95º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254F6F is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3779111-
CMYK0.670.2900.56
HSL205.95º50%29.02%-
HSV(B)205.95º66.67%43.53%-
XYZ6.437.1316.08-
YUV70.09151.09104.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=16.30%
G=34.80%
B=48.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37791110.670.2900.56205.955029.02
Hex254F6F431D038ce321d
Octal45117157103350703166235
Binary1001011001111110111110000111110101110001100111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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