#25496E

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

Shades of Venice Blue #25496E

Tints of Venice Blue #25496E

Color information

#25496E (or 0x25496E) is unknown color: approx Venice Blue. HEX triplet: 25, 49 and 6E. RGB value is (37,73,110). Sum of RGB (Red+Green+Blue) = 37+73+110=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #25496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25496E is #DAB691. Grayscale: #424242. Windows color (decimal): -14333586 or 7227685. OLE color: 7227685.

HSL color Cylindrical-coordinate representation of color #25496E: hue angle of 210.41º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25496E is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3773110-
CMYK0.660.3400.57
HSL210.41º49.66%28.82%-
HSV(B)210.41º66.36%43.14%-
XYZ5.966.2815.65-
YUV66.45152.57106.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 50%
R=16.82%
G=33.18%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37731100.660.3400.57210.4149.6628.82
Hex25496E4222039d2321d
Octal45111156102420713226235
Binary10010110010011101110100001010001001110011101001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25496E; }

 p { color: rgb(37,73,110); }

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

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

 a { background-color: rgb(37,73,110); }

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

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

 span { border-color: rgb(37,73,110); }

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