#256776

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

Shades of Allports #256776

Tints of Allports #256776

Color information

#256776 (or 0x256776) is unknown color: approx Allports. HEX triplet: 25, 67 and 76. RGB value is (37,103,118). Sum of RGB (Red+Green+Blue) = 37+103+118=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #256776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256776 is #DA9889. Grayscale: #545454. Windows color (decimal): -14325898 or 7759653. OLE color: 7759653.

HSL color Cylindrical-coordinate representation of color #256776: hue angle of 191.11º 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 #256776 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37103118-
CMYK0.690.1300.54
HSL191.11º52.26%30.39%-
HSV(B)191.11º68.64%46.27%-
XYZ8.8811.418.87-
YUV84.98146.6393.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=14.34%
G=39.92%
B=45.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371031180.690.1300.54191.1152.2630.39
Hex25677645D036bf341e
Octal45147166105150662776436
Binary100101110011111101101000101110101101101011111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256776; }

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

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

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

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

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

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

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

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