#25666E

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

Shades of Allports #25666E

Tints of Allports #25666E

Color information

#25666E (or 0x25666E) is unknown color: approx Allports. HEX triplet: 25, 66 and 6E. RGB value is (37,102,110). Sum of RGB (Red+Green+Blue) = 37+102+110=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #25666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25666E is #DA9991. Grayscale: #535353. Windows color (decimal): -14326162 or 7235109. OLE color: 7235109.

HSL color Cylindrical-coordinate representation of color #25666E: hue angle of 186.58º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25666E is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB37102110-
CMYK0.660.0700.57
HSL186.58º49.66%28.82%-
HSV(B)186.58º66.36%43.14%-
XYZ8.3311.0216.44-
YUV83.48142.9794.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=14.86%
G=40.96%
B=44.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal371021100.660.0700.57186.5849.6628.82
Hex25666E427039bb321d
Octal4514615610270712736235
Binary10010111001101101110100001011101110011011101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,102,110); }

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

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

 a { background-color: rgb(37,102,110); }

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

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

 span { border-color: rgb(37,102,110); }

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