#254775

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

Shades of Venice Blue #254775

Tints of Venice Blue #254775

Color information

#254775 (or 0x254775) is unknown color: approx Venice Blue. HEX triplet: 25, 47 and 75. RGB value is (37,71,117). Sum of RGB (Red+Green+Blue) = 37+71+117=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #254775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254775 is #DAB88A. Grayscale: #414141. Windows color (decimal): -14334091 or 7685925. OLE color: 7685925.

HSL color Cylindrical-coordinate representation of color #254775: hue angle of 214.5º 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 #254775 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3771117-
CMYK0.680.3900.54
HSL214.5º51.95%30.2%-
HSV(B)214.5º68.38%45.88%-
XYZ6.236.1817.7-
YUV66.08156.74107.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 117 (46.09% from 255) = 52%
R=16.44%
G=31.56%
B=52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37711170.680.3900.54214.551.9530.2
Hex2547754427036d6341e
Octal45107165104470663266436
Binary10010110001111110101100010010011101101101101011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254775; }

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

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

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

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

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

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

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

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