#25758A

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

Shades of Allports #25758A

Tints of Allports #25758A

Color information

#25758A (or 0x25758A) is unknown color: approx Allports. HEX triplet: 25, 75 and 8A. RGB value is (37,117,138). Sum of RGB (Red+Green+Blue) = 37+117+138=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #25758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25758A is #DA8A75. Grayscale: #5F5F5F. Windows color (decimal): -14322294 or 9073957. OLE color: 9073957.

HSL color Cylindrical-coordinate representation of color #25758A: hue angle of 192.48º 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 #25758A is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37117138-
CMYK0.730.1500.46
HSL192.48º57.71%34.31%-
HSV(B)192.48º73.19%54.12%-
XYZ11.7114.9526.31-
YUV95.4715286.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=12.67%
G=40.07%
B=47.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371171380.730.1500.46192.4857.7134.31
Hex25758A49F02Ec03a22
Octal45165212111170563007242
Binary10010111101011000101010010011111010111011000000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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