#25697E

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

Shades of Allports #25697E

Tints of Allports #25697E

Color information

#25697E (or 0x25697E) is unknown color: approx Allports. HEX triplet: 25, 69 and 7E. RGB value is (37,105,126). Sum of RGB (Red+Green+Blue) = 37+105+126=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #25697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25697E is #DA9681. Grayscale: #565656. Windows color (decimal): -14325378 or 8284453. OLE color: 8284453.

HSL color Cylindrical-coordinate representation of color #25697E: hue angle of 194.16º 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 #25697E is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37105126-
CMYK0.710.1700.51
HSL194.16º54.6%31.96%-
HSV(B)194.16º70.63%49.41%-
XYZ9.581221.55-
YUV87.06149.9792.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 126 (49.61% from 255) = 47.01%
R=13.81%
G=39.18%
B=47.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371051260.710.1700.51194.1654.631.96
Hex25697E4711033c23720
Octal45151176107210633026740
Binary10010111010011111110100011110001011001111000010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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