#256773

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

Shades of Allports #256773

Tints of Allports #256773

Color information

#256773 (or 0x256773) is unknown color: approx Allports. HEX triplet: 25, 67 and 73. RGB value is (37,103,115). Sum of RGB (Red+Green+Blue) = 37+103+115=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #256773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256773 is #DA988C. Grayscale: #545454. Windows color (decimal): -14325901 or 7563045. OLE color: 7563045.

HSL color Cylindrical-coordinate representation of color #256773: hue angle of 189.23º degrees, saturation: 0.51, 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 #256773 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37103115-
CMYK0.680.1000.55
HSL189.23º51.32%29.8%-
HSV(B)189.23º67.83%45.1%-
XYZ8.7111.3317.95-
YUV84.63145.1394.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=14.51%
G=40.39%
B=45.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371031150.680.1000.55189.2351.3229.8
Hex25677344A037bd331e
Octal45147163104120672756336
Binary100101110011111100111000100101001101111011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256773; }

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

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

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

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

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

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

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

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