#256976

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

Shades of Allports #256976

Tints of Allports #256976

Color information

#256976 (or 0x256976) is unknown color: approx Allports. HEX triplet: 25, 69 and 76. RGB value is (37,105,118). Sum of RGB (Red+Green+Blue) = 37+105+118=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #256976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256976 is #DA9689. Grayscale: #565656. Windows color (decimal): -14325386 or 7760165. OLE color: 7760165.

HSL color Cylindrical-coordinate representation of color #256976: hue angle of 189.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256976 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37105118-
CMYK0.690.1100.54
HSL189.63º52.26%30.39%-
HSV(B)189.63º68.64%46.27%-
XYZ9.0811.818.94-
YUV86.15145.9792.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=14.23%
G=40.38%
B=45.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371051180.690.1100.54189.6352.2630.39
Hex25697645B036be341e
Octal45151166105130662766436
Binary100101110100111101101000101101101101101011111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256976; }

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

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

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

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

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

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

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

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