#25486E

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

Shades of Venice Blue #25486E

Tints of Venice Blue #25486E

Color information

#25486E (or 0x25486E) is unknown color: approx Venice Blue. HEX triplet: 25, 48 and 6E. RGB value is (37,72,110). Sum of RGB (Red+Green+Blue) = 37+72+110=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #25486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25486E is #DAB791. Grayscale: #414141. Windows color (decimal): -14333842 or 7227429. OLE color: 7227429.

HSL color Cylindrical-coordinate representation of color #25486E: hue angle of 211.23º 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 #25486E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3772110-
CMYK0.660.3500.57
HSL211.23º49.66%28.82%-
HSV(B)211.23º66.36%43.14%-
XYZ5.896.1515.63-
YUV65.87152.9107.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=16.89%
G=32.88%
B=50.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37721100.660.3500.57211.2349.6628.82
Hex25486E4223039d3321d
Octal45110156102430713236235
Binary10010110010001101110100001010001101110011101001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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