#254F7B

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

Shades of Venice Blue #254F7B

Tints of Venice Blue #254F7B

Color information

#254F7B (or 0x254F7B) is unknown color: approx Venice Blue. HEX triplet: 25, 4F and 7B. RGB value is (37,79,123). Sum of RGB (Red+Green+Blue) = 37+79+123=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #254F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F7B is #DAB084. Grayscale: #474747. Windows color (decimal): -14332037 or 8081189. OLE color: 8081189.

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

Color convert

RGB3779123-
CMYK0.700.3600.52
HSL210.7º53.75%31.37%-
HSV(B)210.7º69.92%48.24%-
XYZ7.137.4219.79-
YUV71.46157.09103.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=15.48%
G=33.05%
B=51.46%

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
Decimal37791230.700.3600.52210.753.7531.37
Hex254F7B4624034d3361f
Octal45117173106440643236637
Binary10010110011111111011100011010010001101001101001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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