#25738B

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

Shades of Allports #25738B

Tints of Allports #25738B

Color information

#25738B (or 0x25738B) is unknown color: approx Allports. HEX triplet: 25, 73 and 8B. RGB value is (37,115,139). Sum of RGB (Red+Green+Blue) = 37+115+139=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #25738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25738B is #DA8C74. Grayscale: #5E5E5E. Windows color (decimal): -14322805 or 9138981. OLE color: 9138981.

HSL color Cylindrical-coordinate representation of color #25738B: hue angle of 194.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25738B is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37115139-
CMYK0.730.1700.45
HSL194.12º57.95%34.51%-
HSV(B)194.12º73.38%54.51%-
XYZ11.5514.5226.62-
YUV94.41153.1687.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=12.71%
G=39.52%
B=47.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371151390.730.1700.45194.1257.9534.51
Hex25738B491102Dc23a23
Octal45163213111210553027243
Binary100101111001110001011100100110001010110111000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25738B; }

 p { color: rgb(37,115,139); }

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

<style>
 a { background-color: #25738B; }

 a { background-color: rgb(37,115,139); }

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

<style>
 span { border-color: #25738B; }

 span { border-color: rgb(37,115,139); }

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