#254A75

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

Shades of Venice Blue #254A75

Tints of Venice Blue #254A75

Color information

#254A75 (or 0x254A75) is unknown color: approx Venice Blue. HEX triplet: 25, 4A and 75. RGB value is (37,74,117). Sum of RGB (Red+Green+Blue) = 37+74+117=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #254A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A75 is #DAB58A. Grayscale: #434343. Windows color (decimal): -14333323 or 7686693. OLE color: 7686693.

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

Color convert

RGB3774117-
CMYK0.680.3700.54
HSL212.25º51.95%30.2%-
HSV(B)212.25º68.38%45.88%-
XYZ6.426.5817.76-
YUV67.84155.74106-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=16.23%
G=32.46%
B=51.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37741170.680.3700.54212.2551.9530.2
Hex254A754425036d4341e
Octal45112165104450663246436
Binary10010110010101110101100010010010101101101101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,74,117); }

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

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

 a { background-color: rgb(37,74,117); }

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

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

 span { border-color: rgb(37,74,117); }

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