#25717C

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

Shades of Allports #25717C

Tints of Allports #25717C

Color information

#25717C (or 0x25717C) is unknown color: approx Allports. HEX triplet: 25, 71 and 7C. RGB value is (37,113,124). Sum of RGB (Red+Green+Blue) = 37+113+124=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #25717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25717C is #DA8E83. Grayscale: #5B5B5B. Windows color (decimal): -14323332 or 8155429. OLE color: 8155429.

HSL color Cylindrical-coordinate representation of color #25717C: hue angle of 187.59º 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 #25717C is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37113124-
CMYK0.700.0900.51
HSL187.59º54.04%31.57%-
HSV(B)187.59º70.16%48.63%-
XYZ10.3113.6621.16-
YUV91.53146.3289.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=13.50%
G=41.24%
B=45.26%

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
Decimal371131240.700.0900.51187.5954.0431.57
Hex25717C469033bc3620
Octal45161174106110632746640
Binary1001011110001111110010001101001011001110111100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25717C; }

 p { color: rgb(37,113,124); }

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

<style>
 a { background-color: #25717C; }

 a { background-color: rgb(37,113,124); }

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

<style>
 span { border-color: #25717C; }

 span { border-color: rgb(37,113,124); }

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