#25646D

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

Shades of Allports #25646D

Tints of Allports #25646D

Color information

#25646D (or 0x25646D) is unknown color: approx Allports. HEX triplet: 25, 64 and 6D. RGB value is (37,100,109). Sum of RGB (Red+Green+Blue) = 37+100+109=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #25646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25646D is #DA9B92. Grayscale: #525252. Windows color (decimal): -14326675 or 7169061. OLE color: 7169061.

HSL color Cylindrical-coordinate representation of color #25646D: hue angle of 187.5º degrees, saturation: 0.49, 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 #25646D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB37100109-
CMYK0.660.0800.57
HSL187.5º49.32%28.63%-
HSV(B)187.5º66.06%42.75%-
XYZ8.0810.6116.09-
YUV82.19143.1395.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=15.04%
G=40.65%
B=44.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal371001090.660.0800.57187.549.3228.63
Hex25646D428039bc311d
Octal45144155102100712746135
Binary100101110010011011011000010100001110011011110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25646D; }

 p { color: rgb(37,100,109); }

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

<style>
 a { background-color: #25646D; }

 a { background-color: rgb(37,100,109); }

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

<style>
 span { border-color: #25646D; }

 span { border-color: rgb(37,100,109); }

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