#25686F

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

Shades of Allports #25686F

Tints of Allports #25686F

Color information

#25686F (or 0x25686F) is unknown color: approx Allports. HEX triplet: 25, 68 and 6F. RGB value is (37,104,111). Sum of RGB (Red+Green+Blue) = 37+104+111=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #25686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25686F is #DA9790. Grayscale: #545454. Windows color (decimal): -14325649 or 7301157. OLE color: 7301157.

HSL color Cylindrical-coordinate representation of color #25686F: hue angle of 185.68º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25686F is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB37104111-
CMYK0.670.0600.56
HSL185.68º50%29.02%-
HSV(B)185.68º66.67%43.53%-
XYZ8.5811.4416.8-
YUV84.76142.893.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=14.68%
G=41.27%
B=44.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371041110.670.0600.56185.685029.02
Hex25686F436038ba321d
Octal4515015710360702726235
Binary10010111010001101111100001111001110001011101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25686F; }

 p { color: rgb(37,104,111); }

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

<style>
 a { background-color: #25686F; }

 a { background-color: rgb(37,104,111); }

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

<style>
 span { border-color: #25686F; }

 span { border-color: rgb(37,104,111); }

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