#256E8C

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

Shades of Allports #256E8C

Tints of Allports #256E8C

Color information

#256E8C (or 0x256E8C) is unknown color: approx Allports. HEX triplet: 25, 6E and 8C. RGB value is (37,110,140). Sum of RGB (Red+Green+Blue) = 37+110+140=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #256E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E8C is #DA9173. Grayscale: #5B5B5B. Windows color (decimal): -14324084 or 9203237. OLE color: 9203237.

HSL color Cylindrical-coordinate representation of color #256E8C: hue angle of 197.48º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256E8C is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37110140-
CMYK0.740.2100.45
HSL197.48º58.19%34.71%-
HSV(B)197.48º73.57%54.9%-
XYZ11.0713.4426.82-
YUV91.59155.3289.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=12.89%
G=38.33%
B=48.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371101400.740.2100.45197.4858.1934.71
Hex256E8C4A1502Dc53a23
Octal45156214112250553057243
Binary100101110111010001100100101010101010110111000101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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