#25707E

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

Shades of Allports #25707E

Tints of Allports #25707E

Color information

#25707E (or 0x25707E) is unknown color: approx Allports. HEX triplet: 25, 70 and 7E. RGB value is (37,112,126). Sum of RGB (Red+Green+Blue) = 37+112+126=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #25707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25707E is #DA8F81. Grayscale: #5B5B5B. Windows color (decimal): -14323586 or 8286245. OLE color: 8286245.

HSL color Cylindrical-coordinate representation of color #25707E: hue angle of 189.44º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25707E is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37112126-
CMYK0.710.1100.51
HSL189.44º54.6%31.96%-
HSV(B)189.44º70.63%49.41%-
XYZ10.3213.4921.8-
YUV91.17147.6589.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=13.45%
G=40.73%
B=45.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371121260.710.1100.51189.4454.631.96
Hex25707E47B033bd3720
Octal45160176107130632756740
Binary1001011110000111111010001111011011001110111101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25707E; }

 p { color: rgb(37,112,126); }

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

<style>
 a { background-color: #25707E; }

 a { background-color: rgb(37,112,126); }

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

<style>
 span { border-color: #25707E; }

 span { border-color: rgb(37,112,126); }

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