#25656E

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

Shades of Allports #25656E

Tints of Allports #25656E

Color information

#25656E (or 0x25656E) is unknown color: approx Allports. HEX triplet: 25, 65 and 6E. RGB value is (37,101,110). Sum of RGB (Red+Green+Blue) = 37+101+110=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #25656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25656E is #DA9A91. Grayscale: #525252. Windows color (decimal): -14326418 or 7234853. OLE color: 7234853.

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

Color convert

RGB37101110-
CMYK0.660.0800.57
HSL187.4º49.66%28.82%-
HSV(B)187.4º66.36%43.14%-
XYZ8.2310.8316.41-
YUV82.89143.395.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=14.92%
G=40.73%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal371011100.660.0800.57187.449.6628.82
Hex25656E428039bb321d
Octal45145156102100712736235
Binary100101110010111011101000010100001110011011101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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