#25727D

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

Shades of Allports #25727D

Tints of Allports #25727D

Color information

#25727D (or 0x25727D) is unknown color: approx Allports. HEX triplet: 25, 72 and 7D. RGB value is (37,114,125). Sum of RGB (Red+Green+Blue) = 37+114+125=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #25727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25727D is #DA8D82. Grayscale: #5C5C5C. Windows color (decimal): -14323075 or 8221221. OLE color: 8221221.

HSL color Cylindrical-coordinate representation of color #25727D: hue angle of 187.5º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25727D is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37114125-
CMYK0.700.0900.51
HSL187.5º54.32%31.76%-
HSV(B)187.5º70.4%49.02%-
XYZ10.4813.9121.53-
YUV92.23146.4988.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=13.41%
G=41.30%
B=45.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371141250.700.0900.51187.554.3231.76
Hex25727D469033bc3620
Octal45162175106110632746640
Binary1001011110010111110110001101001011001110111100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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