#25748A

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

Shades of Allports #25748A

Tints of Allports #25748A

Color information

#25748A (or 0x25748A) is unknown color: approx Allports. HEX triplet: 25, 74 and 8A. RGB value is (37,116,138). Sum of RGB (Red+Green+Blue) = 37+116+138=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #25748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25748A is #DA8B75. Grayscale: #5E5E5E. Windows color (decimal): -14322550 or 9073701. OLE color: 9073701.

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

Color convert

RGB37116138-
CMYK0.730.1600.46
HSL193.07º57.71%34.31%-
HSV(B)193.07º73.19%54.12%-
XYZ11.614.7226.27-
YUV94.89152.3386.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=12.71%
G=39.86%
B=47.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371161380.730.1600.46193.0757.7134.31
Hex25748A491002Ec13a22
Octal45164212111200563017242
Binary100101111010010001010100100110000010111011000001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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