#25788A

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

Shades of Allports #25788A

Tints of Allports #25788A

Color information

#25788A (or 0x25788A) is unknown color: approx Allports. HEX triplet: 25, 78 and 8A. RGB value is (37,120,138). Sum of RGB (Red+Green+Blue) = 37+120+138=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #25788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25788A is #DA8775. Grayscale: #616161. Windows color (decimal): -14321526 or 9074725. OLE color: 9074725.

HSL color Cylindrical-coordinate representation of color #25788A: hue angle of 190.69º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25788A is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37120138-
CMYK0.730.1300.46
HSL190.69º57.71%34.31%-
HSV(B)190.69º73.19%54.12%-
XYZ12.0715.6626.43-
YUV97.2415185.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=12.54%
G=40.68%
B=46.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371201380.730.1300.46190.6957.7134.31
Hex25788A49D02Ebf3a22
Octal45170212111150562777242
Binary10010111110001000101010010011101010111010111111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25788A; }

 p { color: rgb(37,120,138); }

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

<style>
 a { background-color: #25788A; }

 a { background-color: rgb(37,120,138); }

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

<style>
 span { border-color: #25788A; }

 span { border-color: rgb(37,120,138); }

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