#25626F

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

Shades of Allports #25626F

Tints of Allports #25626F

Color information

#25626F (or 0x25626F) is unknown color: approx Allports. HEX triplet: 25, 62 and 6F. RGB value is (37,98,111). Sum of RGB (Red+Green+Blue) = 37+98+111=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #25626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25626F is #DA9D90. Grayscale: #515151. Windows color (decimal): -14327185 or 7299621. OLE color: 7299621.

HSL color Cylindrical-coordinate representation of color #25626F: hue angle of 190.54º 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 #25626F is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3798111-
CMYK0.670.1200.56
HSL190.54º50%29.02%-
HSV(B)190.54º66.67%43.53%-
XYZ810.2816.6-
YUV81.24144.7996.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=15.04%
G=39.84%
B=45.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37981110.670.1200.56190.545029.02
Hex25626F43C038bf321d
Octal45142157103140702776235
Binary100101110001011011111000011110001110001011111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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