#256C74

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

Shades of Allports #256C74

Tints of Allports #256C74

Color information

#256C74 (or 0x256C74) is unknown color: approx Allports. HEX triplet: 25, 6C and 74. RGB value is (37,108,116). Sum of RGB (Red+Green+Blue) = 37+108+116=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #256C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C74 is #DA938B. Grayscale: #575757. Windows color (decimal): -14324620 or 7629861. OLE color: 7629861.

HSL color Cylindrical-coordinate representation of color #256C74: hue angle of 186.08º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256C74 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37108116-
CMYK0.680.0700.55
HSL186.08º51.63%30%-
HSV(B)186.08º68.1%45.49%-
XYZ9.2812.3818.42-
YUV87.68143.9891.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=14.18%
G=41.38%
B=44.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371081160.680.0700.55186.0851.6330
Hex256C74447037ba341e
Octal4515416410470672726436
Binary10010111011001110100100010011101101111011101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,116); }

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

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

 a { background-color: rgb(37,108,116); }

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

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

 span { border-color: rgb(37,108,116); }

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