#256883

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

Shades of Allports #256883

Tints of Allports #256883

Color information

#256883 (or 0x256883) is unknown color: approx Allports. HEX triplet: 25, 68 and 83. RGB value is (37,104,131). Sum of RGB (Red+Green+Blue) = 37+104+131=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #256883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256883 is #DA977C. Grayscale: #565656. Windows color (decimal): -14325629 or 8611877. OLE color: 8611877.

HSL color Cylindrical-coordinate representation of color #256883: hue angle of 197.23º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256883 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37104131-
CMYK0.720.2100.49
HSL197.23º55.95%32.94%-
HSV(B)197.23º71.76%51.37%-
XYZ9.8111.9323.26-
YUV87.04152.892.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=13.60%
G=38.24%
B=48.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371041310.720.2100.49197.2355.9532.94
Hex2568834815031c53821
Octal45150203110250613057041
Binary100101110100010000011100100010101011000111000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256883; }

 p { color: rgb(37,104,131); }

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

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

 a { background-color: rgb(37,104,131); }

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

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

 span { border-color: rgb(37,104,131); }

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