#256C83

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

Shades of Allports #256C83

Tints of Allports #256C83

Color information

#256C83 (or 0x256C83) is unknown color: approx Allports. HEX triplet: 25, 6C and 83. RGB value is (37,108,131). Sum of RGB (Red+Green+Blue) = 37+108+131=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #256C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C83 is #DA937C. Grayscale: #595959. Windows color (decimal): -14324605 or 8612901. OLE color: 8612901.

HSL color Cylindrical-coordinate representation of color #256C83: hue angle of 194.68º 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 #256C83 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37108131-
CMYK0.720.1800.49
HSL194.68º55.95%32.94%-
HSV(B)194.68º71.76%51.37%-
XYZ10.2212.7623.4-
YUV89.39151.4890.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=13.41%
G=39.13%
B=47.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371081310.720.1800.49194.6855.9532.94
Hex256C834812031c33821
Octal45154203110220613037041
Binary100101110110010000011100100010010011000111000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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