#25476D

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

Shades of Venice Blue #25476D

Tints of Venice Blue #25476D

Color information

#25476D (or 0x25476D) is unknown color: approx Venice Blue. HEX triplet: 25, 47 and 6D. RGB value is (37,71,109). Sum of RGB (Red+Green+Blue) = 37+71+109=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #25476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25476D is #DAB892. Grayscale: #404040. Windows color (decimal): -14334099 or 7161637. OLE color: 7161637.

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

Color convert

RGB3771109-
CMYK0.660.3500.57
HSL211.67º49.32%28.63%-
HSV(B)211.67º66.06%42.75%-
XYZ5.78615.32-
YUV65.17152.74107.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=17.05%
G=32.72%
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
Decimal37711090.660.3500.57211.6749.3228.63
Hex25476D4223039d4311d
Octal45107155102430713246135
Binary10010110001111101101100001010001101110011101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25476D; }

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

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

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

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

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

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

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

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