#25507A

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

Shades of Venice Blue #25507A

Tints of Venice Blue #25507A

Color information

#25507A (or 0x25507A) is unknown color: approx Venice Blue. HEX triplet: 25, 50 and 7A. RGB value is (37,80,122). Sum of RGB (Red+Green+Blue) = 37+80+122=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #25507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25507A is #DAAF85. Grayscale: #474747. Windows color (decimal): -14331782 or 8015909. OLE color: 8015909.

HSL color Cylindrical-coordinate representation of color #25507A: hue angle of 209.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25507A is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3780122-
CMYK0.700.3400.52
HSL209.65º53.46%31.18%-
HSV(B)209.65º69.67%47.84%-
XYZ7.147.5419.49-
YUV71.93156.25103.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=15.48%
G=33.47%
B=51.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37801220.700.3400.52209.6553.4631.18
Hex25507A4622034d2351f
Octal45120172106420643226537
Binary10010110100001111010100011010001001101001101001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25507A; }

 p { color: rgb(37,80,122); }

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

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

 a { background-color: rgb(37,80,122); }

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

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

 span { border-color: rgb(37,80,122); }

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