#256F81

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

Shades of Allports #256F81

Tints of Allports #256F81

Color information

#256F81 (or 0x256F81) is unknown color: approx Allports. HEX triplet: 25, 6F and 81. RGB value is (37,111,129). Sum of RGB (Red+Green+Blue) = 37+111+129=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #256F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F81 is #DA907E. Grayscale: #5A5A5A. Windows color (decimal): -14323839 or 8482597. OLE color: 8482597.

HSL color Cylindrical-coordinate representation of color #256F81: hue angle of 191.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256F81 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37111129-
CMYK0.710.1400.49
HSL191.74º55.42%32.55%-
HSV(B)191.74º71.32%50.59%-
XYZ10.4113.3522.8-
YUV90.93149.4889.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=13.36%
G=40.07%
B=46.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371111290.710.1400.49191.7455.4232.55
Hex256F8147E031c03721
Octal45157201107160613006741
Binary10010111011111000000110001111110011000111000000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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