#256A6E

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

Shades of Allports #256A6E

Tints of Allports #256A6E

Color information

#256A6E (or 0x256A6E) is unknown color: approx Allports. HEX triplet: 25, 6A and 6E. RGB value is (37,106,110). Sum of RGB (Red+Green+Blue) = 37+106+110=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #256A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A6E is #DA9591. Grayscale: #555555. Windows color (decimal): -14325138 or 7236133. OLE color: 7236133.

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

Color convert

RGB37106110-
CMYK0.660.0400.57
HSL183.29º49.66%28.82%-
HSV(B)183.29º66.36%43.14%-
XYZ8.7311.8316.57-
YUV85.82141.6493.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=14.62%
G=41.90%
B=43.48%

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
Decimal371061100.660.0400.57183.2949.6628.82
Hex256A6E424039b7321d
Octal4515215610240712676235
Binary10010111010101101110100001010001110011011011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256A6E; }

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

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

<style>
 a { background-color: #256A6E; }

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

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

<style>
 span { border-color: #256A6E; }

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

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