#25647F

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

Shades of Allports #25647F

Tints of Allports #25647F

Color information

#25647F (or 0x25647F) is unknown color: approx Allports. HEX triplet: 25, 64 and 7F. RGB value is (37,100,127). Sum of RGB (Red+Green+Blue) = 37+100+127=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #25647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25647F is #DA9B80. Grayscale: #545454. Windows color (decimal): -14326657 or 8348709. OLE color: 8348709.

HSL color Cylindrical-coordinate representation of color #25647F: hue angle of 198º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25647F is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37100127-
CMYK0.710.2100.50
HSL198º54.88%32.16%-
HSV(B)198º70.87%49.8%-
XYZ9.1511.0421.73-
YUV84.24152.1394.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 127 (50% from 255) = 48.11%
R=14.02%
G=37.88%
B=48.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371001270.710.2100.5019854.8832.16
Hex25647F4715032c63720
Octal45144177107250623066740
Binary10010111001001111111100011110101011001011000110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25647F; }

 p { color: rgb(37,100,127); }

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

<style>
 a { background-color: #25647F; }

 a { background-color: rgb(37,100,127); }

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

<style>
 span { border-color: #25647F; }

 span { border-color: rgb(37,100,127); }

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