#25727F

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

Shades of Allports #25727F

Tints of Allports #25727F

Color information

#25727F (or 0x25727F) is unknown color: approx Allports. HEX triplet: 25, 72 and 7F. RGB value is (37,114,127). Sum of RGB (Red+Green+Blue) = 37+114+127=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #25727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25727F is #DA8D80. Grayscale: #5C5C5C. Windows color (decimal): -14323073 or 8352293. OLE color: 8352293.

HSL color Cylindrical-coordinate representation of color #25727F: hue angle of 188.67º 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 #25727F is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37114127-
CMYK0.710.1000.50
HSL188.67º54.88%32.16%-
HSV(B)188.67º70.87%49.8%-
XYZ10.6113.9622.21-
YUV92.46147.4988.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 127 (50% from 255) = 45.68%
R=13.31%
G=41.01%
B=45.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371141270.710.1000.50188.6754.8832.16
Hex25727F47A032bd3720
Octal45162177107120622756740
Binary1001011110010111111110001111010011001010111101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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