#254B78

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

Shades of Venice Blue #254B78

Tints of Venice Blue #254B78

Color information

#254B78 (or 0x254B78) is unknown color: approx Venice Blue. HEX triplet: 25, 4B and 78. RGB value is (37,75,120). Sum of RGB (Red+Green+Blue) = 37+75+120=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #254B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B78 is #DAB487. Grayscale: #444444. Windows color (decimal): -14333064 or 7883557. OLE color: 7883557.

HSL color Cylindrical-coordinate representation of color #254B78: hue angle of 212.53º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254B78 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3775120-
CMYK0.690.3700.53
HSL212.53º52.87%30.78%-
HSV(B)212.53º69.17%47.06%-
XYZ6.676.7818.73-
YUV68.77156.91105.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=15.95%
G=32.33%
B=51.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37751200.690.3700.53212.5352.8730.78
Hex254B784525035d5351f
Octal45113170105450653256537
Binary10010110010111111000100010110010101101011101010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,120); }

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

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

 a { background-color: rgb(37,75,120); }

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

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

 span { border-color: rgb(37,75,120); }

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