#25696D

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

Shades of Allports #25696D

Tints of Allports #25696D

Color information

#25696D (or 0x25696D) is unknown color: approx Allports. HEX triplet: 25, 69 and 6D. RGB value is (37,105,109). Sum of RGB (Red+Green+Blue) = 37+105+109=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #25696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25696D is #DA9692. Grayscale: #555555. Windows color (decimal): -14325395 or 7170341. OLE color: 7170341.

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

Color convert

RGB37105109-
CMYK0.660.0400.57
HSL183.33º49.32%28.63%-
HSV(B)183.33º66.06%42.75%-
XYZ8.5711.616.26-
YUV85.12141.4793.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=14.74%
G=41.83%
B=43.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal371051090.660.0400.57183.3349.3228.63
Hex25696D424039b7311d
Octal4515115510240712676135
Binary10010111010011101101100001010001110011011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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